New:Socket for Asana Is Now Available.Learn more
Get Started

clean-plugin

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clean-plugin - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+13
-8
package.json
{
"name": "clean-plugin",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -9,12 +9,17 @@ "main": "index.js",

},
"keywords": ["webpack","clean","plugin"],
"keywords": [
"webpack",
"clean",
"plugin"
],
"author": "",
"license": "ISC",
"devDependencies": {
"devDependencies": {},
"repository": {
"type": "git",
"url": "git@github.com:fangjie1/clean-plugin.git"
},
"dependencies": {
"del": "^6.0.0"
},
"repository": {
"type": "git",
"url": "git@github.com:fangjie1/clean-plugin.git"
}
}
}