Comparing version 0.2.5 to 0.2.6
{ | ||
"name": "undefine", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "Universal Module Loader, for node.js, browser scripts, bundles, and AMD define loaders", | ||
@@ -21,3 +21,3 @@ "main": "undefine.js", | ||
"scripts": { | ||
"postinstall": "ln -s ../. node_modules/undefine || true", | ||
"postinstall": "mkdir -p node_modules && ln -s ../. node_modules/undefine || true", | ||
"test" : "node test/for_node", | ||
@@ -24,0 +24,0 @@ "build" : "cd dist && node ../node_modules/uglify-js/bin/uglifyjs --compress --mangle --output undefine-min.js --source-map undefine-min.map -- ../undefine.js", |
@@ -137,5 +137,5 @@ # Undefine | ||
Example: the following module **loggable** has two dependencies, the first is | ||
**./extend.js**, while the second is the **uuid** which is available in the window | ||
global 'uuid' or as the Node.js module **'node-uuid'**: | ||
Example: the following **loggable** module has two dependencies, the first is | ||
**./extend.js**, while the second is **uuid** which is available either in the window | ||
global **uuid** or as Node.js module **node-uuid**: | ||
@@ -142,0 +142,0 @@ ```javascript |
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
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
21562