corvid-storeon
Advanced tools
Comparing version
{ | ||
"name": "corvid-storeon", | ||
"version": "2.5.0", | ||
"version": "3.0.0", | ||
"description": "A tiny event-based state manager Storeon for Corvid by Wix", | ||
"main": "dist/index.js", | ||
"module": "dist/index.esm.js", | ||
"main": "lib/es5.js", | ||
"module": "lib/esm.js", | ||
"exports": { | ||
".": { | ||
"require": "./lib/es5.js", | ||
"default": "./lib/esm.js" | ||
} | ||
}, | ||
"sideEffects": false, | ||
@@ -12,9 +18,11 @@ "scripts": { | ||
"lint": "npm run lint-js && npm run lint-md", | ||
"dist": "rollup -c && eslint dist/**/*.js --fix", | ||
"test": "jest tests/*.test.js" | ||
"build": "rollup -c && eslint lib/**/*.js --fix", | ||
"test": "jest" | ||
}, | ||
"devDependencies": { | ||
"@babel/preset-env": "^7.12.1", | ||
"@rollup/plugin-babel": "^5.2.1", | ||
"@rollup/plugin-commonjs": "^16.0.0", | ||
"@rollup/plugin-node-resolve": "^10.0.0", | ||
"eslint": "^7.12.0", | ||
"eslint": "^7.12.1", | ||
"husky": "^4.3.0", | ||
@@ -29,3 +37,3 @@ "jest": "^26.6.1", | ||
"hooks": { | ||
"pre-commit": "npm run lint && npm run dist && npm test" | ||
"pre-commit": "npm run lint && npm run build && npm test" | ||
} | ||
@@ -32,0 +40,0 @@ }, |
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
17437
25.31%7
40%273
93.62%11
22.22%1
Infinity%