Socket
Socket
Sign inDemoInstall

ng-annotate-patched

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-annotate-patched - npm Package Versions

2

1.14.1

Diff

Changelog

Source

1.14.1 2022-03-21

  • Fixed ng-annotate-patched command-line parsing when using dependency commander >= 7.0.0.
bluetech
published 1.14.0 •

Changelog

Source

1.14.0 2022-01-31

  • Added support for ES2019 Optional catch binding (try {} catch {}).
  • Allowed commander dependency >=6,<=9.
  • Updated dependencies.
bluetech
published 1.13.0 •

Changelog

Source

1.13.0 2020-11-26

  • Updated acorn from version 7 to version 8.
  • Changed the default acorn ecmaVersion from 11 to "latest".
  • Updated dependencies.
bluetech
published 1.12.0 •

Changelog

Source

1.12.0 2020-03-10

  • Updated dependencies.
  • Don't crash on ES2018 object spread syntax. Note that for now, the spread value is ignored and not processed further.
bluetech
published 1.11.1 •

Changelog

Source

1.11.1 2019-09-03

  • Updated acorn from version 6 to 7.
  • Set the default acorn ECMAScript version to 11 (2020).
  • Dynamic imports (import()) is supported unconditionally. The the dynamicImport option is now ignored, and the acorn-dynamic-import dependency is removed.
  • Changed command line parsing library (reduce transitive dependency count).
bluetech
published 1.10.0 •

Changelog

Source

1.10.0 2019-06-22

  • Added support for arrow functions, e.g. annotating var controller = ($scope) => { ngInject"; }.
bluetech
published 1.9.0 •

Changelog

Source

1.9.0 2019-01-25

  • Added support for ES6 classes with explicit ngInject annotations. The support may not be perfect yet. For more information please see ES6 test file.
  • Updated the acorn dependency from 5 -> 6.
  • Updated the source-map dependency from 0.5 -> 0.6.
bluetech
published 1.8.1 •

Changelog

Source

1.8.1 2019-01-19

  • Remove a big and useless ctags file accidentally included in the 1.8.0 archive published to npm.
bluetech
published 1.7.0 •

Changelog

Source

1.7.0 2018-01-18

  • Require node>=4.0.0.
  • Reorganize internal directory structure. The main file moved to src/ng-annotate-main.js.
  • Add basic support for ES6 property shorthand and destructuring.
  • Don't fail upon encountering dynamic import().
bluetech
published 1.6.0 •

Changelog

Source

v1.6.0 2017-05-28

  • Switch from tilde ~ dependencies to ^ caret dependencies.
2
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc