Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@amendable/expand-style-shorthands

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amendable/expand-style-shorthands - npm Package Compare versions

Comparing version 0.0.3 to 0.1.0

dist/index.js

37

package.json
{
"name": "@amendable/expand-style-shorthands",
"version": "0.0.3",
"main": "dist/commonjs/index.js",
"module": "dist/esm/index.js",
"version": "0.1.0",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"files": [
"dist/commonjs",
"dist/esm"
"dist"
],

@@ -17,21 +16,21 @@ "license": "MIT",

"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0"
"@amendable/prettier-config": "^1.0.0",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"jest": "^25.1.0",
"microbundle": "^0.12.0-next.8",
"prettier": "^1.19.1",
"rimraf": "^3.0.2"
},
"scripts": {
"build": "yarn build-esm && yarn build-commonjs",
"watch": "BABEL_ENV=commonjs babel src --out-dir dist/commonjs --config-file ./babel.config.js -w",
"build-commonjs": "NODE_ENV=production BABEL_ENV=commonjs babel src --out-dir dist/commonjs --config-file ./babel.config.js",
"build-esm": "NODE_ENV=production BABEL_ENV=esm babel src --out-dir dist/esm --config-file ./babel.config.js"
"build": "rimraf dist && microbundle build --no-compress --name amendableExpandStyleShorthands",
"watch": "microbundle watch --no-compress",
"test": "jest"
},
"dependencies": {
"inline-style-expand-shorthand": "^1.1.1",
"inline-style-expand-shorthand": "^1.2.0",
"is-number": "^7.0.0",
"lodash": "^4.17.11"
}
"lodash": "^4.17.15"
},
"prettier": "@amendable/prettier-config"
}
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