@nanostores/angular
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@nanostores/angular", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Angular integration for Nano Stores, a tiny state manager with many atomic tree-shakable stores", | ||
@@ -9,6 +9,2 @@ "license": "MIT", | ||
}, | ||
"scripts": { | ||
"prepublishOnly": "rm -rf ./package && clean-publish", | ||
"postpublish": "rm -rf ./package" | ||
}, | ||
"clean-publish": { | ||
@@ -34,5 +30,25 @@ "withoutPublish": true, | ||
}, | ||
"devDependencies": { | ||
"clean-publish": "^4.1.1" | ||
"module": "fesm2015/nanostores-angular.mjs", | ||
"es2020": "fesm2020/nanostores-angular.mjs", | ||
"esm2020": "esm2020/nanostores-angular.mjs", | ||
"fesm2020": "fesm2020/nanostores-angular.mjs", | ||
"fesm2015": "fesm2015/nanostores-angular.mjs", | ||
"typings": "nanostores-angular.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./nanostores-angular.d.ts", | ||
"esm2020": "./esm2020/nanostores-angular.mjs", | ||
"es2020": "./fesm2020/nanostores-angular.mjs", | ||
"es2015": "./fesm2015/nanostores-angular.mjs", | ||
"node": "./fesm2015/nanostores-angular.mjs", | ||
"default": "./fesm2020/nanostores-angular.mjs" | ||
} | ||
}, | ||
"sideEffects": false, | ||
"dependencies": { | ||
"tslib": "^2.3.0" | ||
} | ||
} |
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
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
0
18742
4
14
146
1
+ Addedtslib@^2.3.0