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

grunt-ng-annotate

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-ng-annotate - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

.idea/codeStyleSettings.xml

14

Gruntfile.js

@@ -15,10 +15,10 @@ /**

jshint: {
options: {
jshintrc: true,
},
all: [
'Gruntfile.js',
'tasks/*.js',
'<%= nodeunit.tests %>',
// '<%= nodeunit.tests %>',
],
options: {
jshintrc: '.jshintrc',
},
},

@@ -49,6 +49,4 @@

// These plugins provide necessary tasks.
grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-contrib-clean');
grunt.loadNpmTasks('grunt-contrib-nodeunit');
// Load all grunt tasks matching the `grunt-*` pattern.
require('load-grunt-tasks')(grunt);

@@ -55,0 +53,0 @@ grunt.registerTask('test', ['nodeunit']);

{
"name": "grunt-ng-annotate",
"version": "0.0.4",
"version": "0.0.5",
"description": "Add, remove and rebuild AngularJS dependency injection annotations.",

@@ -25,8 +25,9 @@ "homepage": "https://github.com/mzgol/grunt-ng-annotate",

"dependencies": {
"ng-annotate": "~0.4.0"
"ng-annotate": "~0.5.0"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-nodeunit": "~0.2.1",
"grunt-contrib-clean": "~0.5.0"
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-nodeunit": "0.3.3",
"load-grunt-tasks": "0.4.0"
},

@@ -33,0 +34,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc