@amendable/expand-style-shorthands
Advanced tools
Comparing version 0.0.3 to 0.1.0
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16376
168
8
2
Updatedlodash@^4.17.15