ngx-cacheable
Advanced tools
Comparing version 1.4.2-beta.0 to 1.4.2-beta.1
{ | ||
"name": "ngx-cacheable", | ||
"version": "1.4.2-beta.0", | ||
"version": "1.4.2-beta.1", | ||
"description": "Promise/Observable cache decorators", | ||
"main": "./cjs/dist/index.js", | ||
"module": "./esm5/dist/index.js", | ||
"es2015": "./esm2015/dist/index.js", | ||
"types": "./cjs/dist/index.d.ts", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm5/index.js", | ||
"es2015": "./dist/esm2015/index.js", | ||
"types": "./dist/cjs/index.d.ts", | ||
"sideEffects": false, | ||
@@ -10,0 +10,0 @@ "scripts": { |
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
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
0