Socket
Socket
Sign inDemoInstall

grunt-ng-annotate

Package Overview
Dependencies
46
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.1 to 0.3.2

94

package.json
{
"name": "grunt-ng-annotate",
"version": "0.3.1",
"description": "Add, remove and rebuild AngularJS dependency injection annotations.",
"homepage": "https://github.com/mzgol/grunt-ng-annotate",
"author": {
"name": "Michał Gołębiowski",
"email": "m.goleb@gmail.com"
},
"keywords": [
"gruntplugin"
],
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/mzgol/grunt-ng-annotate.git"
},
"bugs": "https://github.com/mzgol/grunt-ng-annotate/issues",
"licenses": [
{
"type": "MIT"
}
],
"files": [
"tasks"
],
"dependencies": {
"ng-annotate": "^0.9.7"
},
"devDependencies": {
"expect.js": "0.3.1",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.5.0",
"grunt-eslint": "0.6.0",
"grunt-jscs": "0.6.1",
"grunt-mocha-test": "0.11.0",
"jscs-trailing-comma": "0.3.0",
"load-grunt-tasks": "0.6.0",
"time-grunt": "0.4.0"
},
"peerDependencies": {
"grunt": "~0.4.1"
},
"scripts": {
"test": "grunt"
},
"engines": {
"node": ">= 0.10.0"
"name": "grunt-ng-annotate",
"version": "0.3.2",
"description": "Add, remove and rebuild AngularJS dependency injection annotations.",
"homepage": "https://github.com/mzgol/grunt-ng-annotate",
"author": {
"name": "Michał Gołębiowski",
"email": "m.goleb@gmail.com"
},
"keywords": [
"gruntplugin"
],
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/mzgol/grunt-ng-annotate.git"
},
"bugs": "https://github.com/mzgol/grunt-ng-annotate/issues",
"licenses": [
{
"type": "MIT"
}
],
"files": [
"tasks"
],
"dependencies": {
"ng-annotate": "~0.9.9"
},
"devDependencies": {
"expect.js": "0.3.1",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.6.0",
"grunt-eslint": "0.6.0",
"grunt-jscs": "0.6.2",
"grunt-mocha-test": "0.11.0",
"jscs-trailing-comma": "0.3.0",
"load-grunt-tasks": "0.6.0",
"time-grunt": "0.4.0"
},
"peerDependencies": {
"grunt": "~0.4.1"
},
"scripts": {
"test": "grunt"
},
"engines": {
"node": ">= 0.10.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