a-random-number
Advanced tools
Comparing version 1.0.0 to 1.0.2
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { | ||
value: true | ||
}); | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var random = Math.random(); | ||
exports.random = random; |
{ | ||
"name": "a-random-number", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"main": "dist/a-random-number.cjs.js", | ||
"module": "dist/a-random-number.esm.js", | ||
"license": "MIT", | ||
"repository": "https://github.com/preconstruct/a-random-number", | ||
"devDependencies": { | ||
"@babel/preset-env": "^7.4.4", | ||
"preconstruct": "^0.0.68" | ||
"@babel/core": "^7.7.0", | ||
"@babel/preset-env": "^7.7.1", | ||
"@preconstruct/cli": "^1.0.1" | ||
}, | ||
"scripts": { | ||
"postinstall": "preconstruct dev", | ||
"build": "preconstruct build", | ||
@@ -14,0 +15,0 @@ "release": "yarn build && npm publish" |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
0
1147
3
8
19