Comparing version 0.4.2 to 0.4.3
@@ -0,1 +1,11 @@ | ||
<a name="0.4.3"></a> | ||
## [0.4.3](https://github.com/damonjs/damon/compare/v0.4.2...v0.4.3) (2016-06-21) | ||
### Bug Fixes | ||
* **npm:** remove useless chmod script ([2328d2e](https://github.com/damonjs/damon/commit/2328d2e)) | ||
<a name="0.4.2"></a> | ||
@@ -2,0 +12,0 @@ ## [0.4.2](https://github.com/damonjs/damon/compare/v0.4.1...v0.4.2) (2016-06-20) |
{ | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"name": "damon", | ||
@@ -20,3 +20,2 @@ "private": false, | ||
"postversion": "npm run changelog", | ||
"postinstall": "npm run chmod", | ||
"pretest": "npm run format && npm run lint", | ||
@@ -27,4 +26,3 @@ "test": "mocha ./test", | ||
"lint": "eslint ./src/ ./test/ ./src/bots", | ||
"changelog": "node ./bin/changelog.js", | ||
"chmod": "node ./bin/chmod.js" | ||
"changelog": "node ./bin/changelog.js" | ||
}, | ||
@@ -34,3 +32,2 @@ "dependencies": { | ||
"chalk": "^1.1.1", | ||
"chmod": "^0.2.1", | ||
"expect.js": "^0.3.1", | ||
@@ -37,0 +34,0 @@ "fs-extra": "^0.26.5", |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
9
1
202532699
41
1719
- Removedchmod@^0.2.1
- Removedchmod@0.2.1(transitive)
- Removeddeep-extend@0.2.11(transitive)
- Removedstat-mode@0.1.0(transitive)