New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@therms/atalaya

Package Overview
Dependencies
Maintainers
2
Versions
792
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@therms/atalaya - npm Package Compare versions

Comparing version

to
1.1.0-beta.33

scripts/webpack-hack.js

7

CHANGELOG.md

@@ -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 @@

7

package.json
{
"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",