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.2.0 to 0.2.1

2

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

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

@@ -49,22 +49,26 @@ # grunt-ng-annotate [![Build Status](https://travis-ci.org/mzgol/grunt-ng-annotate.svg?branch=master)](https://travis-ci.org/mzgol/grunt-ng-annotate)

// If provided, only strings matched by the regexp are interpreted as module names.
// You can provide both a regular expression and a string representing one.
// See README of ng-annotate for further details: https://npmjs.org/package/ng-annotate
// If provided, only strings matched by the regexp are interpreted as module
// names. You can provide both a regular expression and a string representing
// one. See README of ng-annotate for further details:
// https://npmjs.org/package/ng-annotate
regexp: regexp,
// If files are provided without a destination, each file is processed
// separately and each of them is saved under original name with appended suffix provided here.
// separately and each of them is saved under original name with appended
// suffix provided here.
outputFileSuffix: string,
// If files are provided without a destination and this option is set, each file is processed
// separately and each of them is saved under original name processed by this function.
// If files are provided without a destination and this option is set,
// each file is processed separately and each of them is saved under original
// name processed by this function.
transformDest: function (sourcePath) {},
// Switches the quote type for strings in the annotations array to single ones; e.g. '$scope'
// instead of "$scope" (false by default).
// Switches the quote type for strings in the annotations array to single
// ones; e.g. '$scope' instead of "$scope" (false by default).
singleQuotes: true|false,
// If ngAnnotate supports a new option that is not directly supported via this grunt task yet,
// you can pass it here. These options gets merged with the above specific to ngAnnotate.
// Options passed here have lower precedence to the direct ones described above.
// If ngAnnotate supports a new option that is not directly supported via
// this grunt task yet, you can pass it here. These options gets merged
// with the above specific to ngAnnotate. Options passed here have lower
// precedence to the direct ones described above.
ngAnnotateOptions: {},

@@ -106,6 +110,3 @@ }

## Release History
_(Nothing yet)_
## License
Copyright (c) 2014 Michał Gołębiowski. Licensed under the MIT license.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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