Socket
Socket
Sign inDemoInstall

grunt-ng-annotate

Package Overview
Dependencies
117
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

12

package.json
{
"name": "grunt-ng-annotate",
"version": "2.0.1",
"version": "2.0.2",
"description": "Add, remove and rebuild AngularJS dependency injection annotations.",

@@ -35,3 +35,3 @@ "homepage": "https://github.com/mgol/grunt-ng-annotate",

"dependencies": {
"lodash.clonedeep": "^4.3.1",
"lodash.clonedeep": "^4.3.2",
"ng-annotate": "^1.2.1"

@@ -42,7 +42,7 @@ },

"convert-source-map": "1.2.0",
"eslint-config-mgol": "0.0.13",
"eslint-config-mgol": "0.0.14",
"expect.js": "0.3.1",
"grunt": "0.4.5",
"grunt": "1.0.1",
"grunt-babel": "6.0.0",
"grunt-cli": "0.1.13",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.0.0",

@@ -52,3 +52,3 @@ "grunt-contrib-copy": "1.0.0",

"grunt-mocha-test": "0.12.7",
"load-grunt-tasks": "3.4.1",
"load-grunt-tasks": "3.5.0",
"mocha": "2.4.5",

@@ -55,0 +55,0 @@ "source-map": "0.5.3",

@@ -197,3 +197,3 @@ /**

} else {
grunt.log.ok(filesNum + (filesNum === 1 ? ' file' : ' files') + ' successfully generated.');
grunt.log.ok(filesNum + (filesNum === 1 ? ' file' : ' files') + ' successfully annotated.');
}

@@ -200,0 +200,0 @@ }

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc