angular.js 1.7.9-1 source package in Ubuntu

Changelog

angular.js (1.7.9-1) unstable; urgency=high

  * New upstream release (closes: #859513):
    - fixes CVE-2019-10768: function `merge()` could be tricked into adding
      or modifying properties of `Object.prototype` (closes: #945249).
  * Update watch file.
  * Update debhelper level to 11 .
  * Update Standards-Version to 4.4.1 .

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Sun, 01 Dec 2019 15:02:51 +0000

Upload details

Uploaded by:
Laszlo Boszormenyi
Uploaded to:
Sid
Original maintainer:
Laszlo Boszormenyi
Architectures:
all
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
angular.js_1.7.9-1.dsc 1.7 KiB 66871776a5f07e6d6a8b3de36df88f3c3eeb273117603bc3411025a83265e743
angular.js_1.7.9.orig.tar.gz 20.4 MiB 30722798c02b527b9b4952596a21b4e10d1f26928365134bbd245b9709b7d972
angular.js_1.7.9-1.debian.tar.xz 17.5 KiB 3ffaf6d62e93c6770cb6e279b3c64082d0c023c6827dfa1e2e6588d2b75bf626

Available diffs

No changes file available.

Binary packages built by this source

libjs-angularjs: lets you write client-side web applications as if you had a smarter browser

 It lets you use good old HTML (or HAML, Jade and friends) as your template
 language and lets you extend HTML's syntax to express your application's
 components clearly and succinctly. It automatically synchronizes data from
 your UI (view) with your JavaScript objects (model) through 2-way data
 binding. To help you structure your application better and make it easy to
 test, AngularJS teaches the browser how to do dependency injection and
 inversion of control. It also helps with server-side communication, taming
 async callbacks with promises and deferreds; and make client-side navigation
 and deeplinking with hashbang urls or HTML5 pushState a piece of cake.