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

grunt-contrib-clean

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-contrib-clean - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

5

package.json
{
"name": "grunt-contrib-clean",
"description": "Clear files and folders.",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://github.com/gruntjs/grunt-contrib-clean",

@@ -34,2 +34,5 @@ "author": {

},
"devDependencies": {
"grunt": "~0.3.15"
},
"keywords": [

@@ -36,0 +39,0 @@ "gruntplugin"

2

tasks/clean.js

@@ -15,3 +15,3 @@ /*

var helpers = require('grunt-contrib-lib').init(grunt);
var helpers = require('grunt-lib-contrib').init(grunt);
var options = helpers.options(this);

@@ -18,0 +18,0 @@

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