@therms/atalaya
Advanced tools
Comparing version
@@ -0,1 +1,8 @@ | ||
# [1.1.0-beta.33](http://bitbucket.org/thermsio/atalaya/compare/v1.1.0-beta.32...v1.1.0-beta.33) (2021-02-14) | ||
### Bug Fixes | ||
* npm scripts lifecycle ([10351cb](http://bitbucket.org/thermsio/atalaya/commits/10351cb4ea82cbfc1b2ceae0cfaf1e3fbdc9918d)) | ||
# [1.1.0-beta.32](http://bitbucket.org/thermsio/atalaya/compare/v1.1.0-beta.31...v1.1.0-beta.32) (2021-02-14) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@therms/atalaya", | ||
"version": "1.1.0-beta.32", | ||
"version": "1.1.0-beta.33", | ||
"main": "./lib/cjs.js", | ||
@@ -11,7 +11,6 @@ "module": "./lib/index.js", | ||
"build:dev": "NODE_ENV=development rollup -c --watch", | ||
"docs": "npx styleguidist server", | ||
"docs:build": "NODE_ENV=docs npx styleguidist build", | ||
"docs": "node scripts/webpack-hack.js && npx styleguidist server", | ||
"docs:build": "NODE_ENV=docs node scripts/webpack-hack.js && npx styleguidist build", | ||
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}' --quiet --fix", | ||
"prepublishOnly": "npm run build:prod && npm run types", | ||
"postinstall": "node scripts/postinstall.js", | ||
"test": "npm run lint && jest", | ||
@@ -18,0 +17,0 @@ "storybook": "npm i --no-save webpack@4 && start-storybook -p 6006", |
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
31318
0.86%0
-100%