@ionic/storage
Advanced tools
Comparing version 2.3.1-beta.0 to 2.3.1-beta.1
{ | ||
"name": "@ionic/storage", | ||
"version": "2.3.1-beta.0", | ||
"version": "2.3.1-beta.1", | ||
"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": { | ||
@@ -31,26 +23,5 @@ "type": "git", | ||
"localforage": "1.7.1", | ||
"localforage-cordovasqlitedriver": "1.7.0" | ||
"localforage-cordovasqlitedriver": "1.7.0", | ||
"tslib": "^1.10.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": { | ||
@@ -61,11 +32,12 @@ "@angular/core": "*", | ||
"$schema": "./node_modules/ng-packagr/package.schema.json", | ||
"ngPackage": { | ||
"lib": { | ||
"entryFile": "src/index.ts" | ||
}, | ||
"whitelistedNonPeerDependencies": [ | ||
"localforage", | ||
"localforage-cordovasqlitedriver" | ||
] | ||
} | ||
"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 | ||
} |
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
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
0
0
203059
5
22
1806
+ Addedtslib@^1.10.0
+ Addedtslib@1.14.1(transitive)