redis-mediator
Advanced tools
Comparing version 1.0.1 to 1.0.3
{ | ||
"name": "redis-mediator", | ||
"version": "1.0.1", | ||
"version": "1.0.3", | ||
"description": "Redis as a message layer between machines and processes", | ||
@@ -10,4 +10,3 @@ "main": "index.js", | ||
"scripts": { | ||
"prepublish": "coffee -bo lib/ src/", | ||
"postinstall": "node -e \"require('fs').readdir('lib',function(e){e&&require('child_process').exec('npm run prepublish')})\"", | ||
"prepublish": "rm -rf lib/ && coffee -bo lib/ src/", | ||
"test": "mocha ./test/test.js" | ||
@@ -14,0 +13,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
10
0
22896