@acpaas-ui/js-redux-utils
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -7,13 +7,17 @@ { | ||
}, | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
"main": "acpaas-ui-js-redux-utils.umd.js", | ||
"browser": "acpaas-ui-js-redux-utils.cjs.js", | ||
"module": "acpaas-ui-js-redux-utils.es.js", | ||
"es2015": "acpaas-ui-js-redux-utils.es.js", | ||
"typings": "acpaas-ui-js-redux-utils.d.ts", | ||
"main": "./dist/acpaas-ui-js-redux-utils.umd.js", | ||
"browser": "./dist/acpaas-ui-js-redux-utils.cjs.js", | ||
"module": "./dist/acpaas-ui-js-redux-utils.es.js", | ||
"es2015": "./dist/acpaas-ui-js-redux-utils.es.js", | ||
"typings": "./src/acpaas-ui-js-redux-utils.d.ts", | ||
"files": [ | ||
"./dist", | ||
"./src/acpaas-ui-js-redux-utils.d.ts" | ||
], | ||
"scripts": { | ||
"rollup": "./node_modules/.bin/rollup -c --extend", | ||
"rollup": "rollup -c --extend", | ||
"********************** TEST **********************": "", | ||
"lint": "./node_modules/.bin/eslint .", | ||
"lint": "eslint .", | ||
"test": "cross-env NODE_ENV=test mocha --require babel-register -t 2000 --recursive", | ||
@@ -24,8 +28,4 @@ "test:watch": "npm run test -- -w", | ||
"********************** Deploy **********************": "", | ||
"copy": "npm run copy:types && npm run copy:packageJson && npm run copy:readme", | ||
"copy:types": "copy \"src/*.d.ts\" dist/", | ||
"copy:packageJson": "node ../../scripts/package.js date-utils", | ||
"copy:readme": "copy \"README.md\" dist/", | ||
"clean": "rimraf dist", | ||
"build": "npm run clean && npm run rollup && npm run copy", | ||
"build": "npm run clean && npm run rollup", | ||
"prepublishOnly": "npm run build" | ||
@@ -54,3 +54,4 @@ }, | ||
"sinon-chai": "^3.0.0" | ||
} | ||
}, | ||
"gitHead": "5a294ec1f6e2c0e17ebd6521babda4c0a2d06ac6" | ||
} |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
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
1
7298
2
0