@ionic/storage
Advanced tools
Comparing version 1.0.3 to 1.1.2
{ | ||
"name": "@ionic/storage", | ||
"version": "1.0.3", | ||
"version": "1.1.2", | ||
"description": "Ionic Storage utility", | ||
"main": "dist/es5/index.js", | ||
"typings": "dist/es5/index.d.ts", | ||
"main": "es2015/index.js", | ||
"module": "es2015/index.js", | ||
"typings": "es2015/index.d.ts", | ||
"scripts": { | ||
"tsc": "tsc", | ||
"build": "npm run tsc" | ||
"clean": "rm -rf dist", | ||
"build-cjs": "tsc -p .", | ||
"build-es2015": "tsc -p ./tsconfig-es2015.json", | ||
"preparePackage": "node ./scripts/copy-package", | ||
"build": "npm run clean && npm run build-cjs && npm run build-es2015 && npm run preparePackage" | ||
}, | ||
@@ -30,12 +34,7 @@ "repository": { | ||
"@angular/core": "^2.0.0", | ||
"@types/localforage": "0.0.30", | ||
"localforage": "^1.4.2", | ||
"localforage-cordovasqlitedriver": "driftyco/localforage-cordovasqlitedriver#9803562a61c2172a69f3475f97e98922c0b49ac0", | ||
"rxjs": "5.0.0-beta.12" | ||
}, | ||
"devDependencies": { | ||
"tslint": "^3.10.2", | ||
"tslint-ionic-rules": "*", | ||
"typescript": "^2.0.2", | ||
"typings": "^1.3.3" | ||
} | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
12358
0
305
5
9
1
0
3
+ Added@types/localforage@0.0.30
+ Added@types/localforage@0.0.30(transitive)