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

essy-util-ui

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

essy-util-ui - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

index.js

20

package.json
{
"name": "essy-util-ui",
"version": "1.0.0",
"version": "1.0.1",
"description": "UI Javascript functions.",
"main": "dist/index.js",
"main": "index.js",
"scripts": {
"build": "webpack --mode production --config webpack.config.js --progress",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
"build:js:test": "webpack --mode development --config webpack.test.config.js --progress",
"build:css:test": "node ./test/scripts/build-css.js",
"build:test": "npm run build:css:test && npm run build:js:test",
"build": "IS_PUBLISH=0 webpack --mode production --config webpack.config.js --progress",
"build:watch": "watch 'npm run build && npm run build:test' src test/src",
"prepublishOnly": "IS_PUBLISH='1' webpack --mode production --config webpack.config.js --progress",
"postpublish": "rm -f index.js"
},

@@ -24,3 +28,9 @@ "repository": {

"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"fs-extra": "^9.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"sass": "^1.26.10",
"watch": "^1.0.2",
"webpack": "^4.43.0",

@@ -27,0 +37,0 @@ "webpack-cli": "^3.3.12",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc