Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ng-annotate

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-annotate - npm Package Versions

1
6

0.9.4

Diff

Changelog

Source

v0.9.4 2014-05-19

  • stricter match: only match code inside of angular modules (except explicit)
  • ui-router declarations improvements
  • bugfix duplicated annotations arrays in case of redundant /* @ngInject */
  • indent generated fn.$inject = [..] arrays nicely
olov
published 0.9.3 •

Changelog

Source

v0.9.3 2014-05-16

  • /* @ngInject */ object literal support
  • bugfix ES5 strict mode oops
  • added more tools that support ng-annotate to README
olov
published 0.9.2 •

Changelog

Source

v0.9.2 2014-05-15

  • match $modal.open from angular-ui/bootstrap (experimental)
  • --stats option for runtime statistics (experimental)
olov
published 0.9.1 •

Changelog

Source

v0.9.1 2014-05-14

  • revert match .controller(name, ..) that was added in 0.9.0 because it triggered false positives
olov
published 0.9.0 •

Changelog

Source

v0.9.0 2014-05-13

  • explicit annotations using /* @ngInject */
  • --plugin option to load user plugins (experimental, 0.9.x may change API)
  • match $httpProvider.interceptors.push(function($scope) {})
  • match $httpProvider.responseInterceptors.push(function($scope) {})
  • match self and that as aliases to this for this.$get = function($scope){}
  • match .controller(name, ..) in addition to .controller("name", ..)
  • bugfix ui-router declarations
  • bugfix angular.module("MyMod").bootstrap(e, [], {}) disrupting chaining
  • even faster (~6% faster annotating angular.js)
  • add error array to API return object
olov
published 0.8.0 •

Changelog

Source

v0.8.0 2014-05-09

  • ngRoute support: $routeProvider.when("path", { .. })
  • even faster (~11% faster annotating angular.js)
olov
published 0.7.3 •

Changelog

Source

v0.7.3 2014-05-07

  • support obj.myMod.controller(..) in addition to myMod.controller(..)
olov
published 0.7.2 •

Changelog

Source

v0.7.2 2014-05-01

  • ui-router declarations improvements
olov
published 0.7.1 •

Changelog

Source

v0.7.1 2014-04-30

  • ui-router declarations improvements
olov
published 0.7.0 •

Changelog

Source

v0.7.0 2014-04-30

  • ui-router declarations support
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