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.0 to 0.3.1

2

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

@@ -5,0 +5,0 @@ "homepage": "https://github.com/mzgol/grunt-ng-annotate",

@@ -71,9 +71,11 @@ /**

' app: {',
' files: {',
' expand: true,',
' src: [\'app/*.js\'],',
' rename: function (destPath, srcPath) {',
' return doSomethingWithSrcPath(srcPath);',
' },',
' },',
' files: [',
' {',
' expand: true,',
' src: [\'app/*.js\'],',
' rename: function (destPath, srcPath) {',
' return doSomethingWithSrcPath(srcPath);',
' },',
' },',
' ],',
' },',

@@ -100,9 +102,11 @@ ].join('\n')

' app: {',
' files: {',
' expand: true,',
' src: [\'app/*.js\'],',
' rename: function (destPath, srcPath) {',
' return srcPath + \'-annotated\';',
' },',
' },',
' files: [',
' {',
' expand: true,',
' src: [\'app/*.js\'],',
' rename: function (destPath, srcPath) {',
' return srcPath + \'-annotated\';',
' },',
' },',
' ],',
' },',

@@ -109,0 +113,0 @@ ].join('\n')

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