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

grunt-dry

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-dry - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "grunt-dry",
"version": "0.2.0",
"version": "0.2.1",
"description": "grunt scaffolding for reusable modules",

@@ -5,0 +5,0 @@ "main": "tasks/grunt-dry-module.js",

@@ -155,2 +155,3 @@ var path = require('path');

grunt.registerTask('test', [
'build',
'mochaTest',

@@ -160,6 +161,3 @@ 'mocha'

grunt.registerTask('default', [
'build',
'test'
]);
grunt.registerTask('default', 'test');
};
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