@ionic/storage
Advanced tools
Comparing version 2.3.0 to 2.3.1-beta.0
{ | ||
"name": "@ionic/storage", | ||
"version": "2.3.0", | ||
"version": "2.3.1-beta.0", | ||
"description": "Ionic Storage utility", | ||
"scripts": { | ||
"clean": "rimraf dist", | ||
"compile": "ng-packagr -p package.json", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", | ||
"build": "npm run clean && npm run compile", | ||
"preversion": "npm run build", | ||
"version": "npm run changelog" | ||
}, | ||
"repository": { | ||
@@ -23,5 +31,26 @@ "type": "git", | ||
"localforage": "1.7.1", | ||
"localforage-cordovasqlitedriver": "1.7.0", | ||
"tslib": "^1.10.0" | ||
"localforage-cordovasqlitedriver": "1.7.0" | ||
}, | ||
"devDependencies": { | ||
"@angular/common": "^9.1.12", | ||
"@angular/compiler": "^9.1.12", | ||
"@angular/compiler-cli": "^9.1.12", | ||
"@angular/core": "^9.1.12", | ||
"@types/node": "^12.12.54", | ||
"canonical-path": "0.0.2", | ||
"conventional-changelog-cli": "^2.0.1", | ||
"cpr": "^2.0.0", | ||
"dgeni": "0.4.9", | ||
"dgeni-packages": "0.26.2", | ||
"gulp": "^3.9.1", | ||
"ng-packagr": "9", | ||
"np": "3.0.4", | ||
"rimraf": "^2.6.2", | ||
"rxjs": "5.5.2", | ||
"semver": "^5.3.0", | ||
"tslint": "^5.10.0", | ||
"tslint-ionic-rules": "*", | ||
"typescript": "3.8", | ||
"zone.js": "~0.10.2" | ||
}, | ||
"peerDependencies": { | ||
@@ -32,12 +61,11 @@ "@angular/core": "*", | ||
"$schema": "./node_modules/ng-packagr/package.schema.json", | ||
"main": "bundles/ionic-storage.umd.js", | ||
"module": "fesm5/ionic-storage.js", | ||
"es2015": "fesm2015/ionic-storage.js", | ||
"esm5": "esm5/ionic-storage.js", | ||
"esm2015": "esm2015/ionic-storage.js", | ||
"fesm5": "fesm5/ionic-storage.js", | ||
"fesm2015": "fesm2015/ionic-storage.js", | ||
"typings": "ionic-storage.d.ts", | ||
"metadata": "ionic-storage.metadata.json", | ||
"sideEffects": false | ||
"ngPackage": { | ||
"lib": { | ||
"entryFile": "src/index.ts" | ||
}, | ||
"whitelistedNonPeerDependencies": [ | ||
"localforage", | ||
"localforage-cordovasqlitedriver" | ||
] | ||
} | ||
} |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
251148
4
52
2379
20
2
3
- Removedtslib@^1.10.0
- Removedtslib@1.14.1(transitive)