@ionic/storage
Advanced tools
Comparing version 2.0.1 to 2.1.1
{ | ||
"name": "@ionic/storage", | ||
"version": "2.0.1", | ||
"version": "2.1.1", | ||
"description": "Ionic Storage utility", | ||
"main": "es2015/index.js", | ||
"module": "es2015/index.js", | ||
"typings": "es2015/index.d.ts", | ||
"main": "dist/src/index.js", | ||
"module": "dist/src/index.js", | ||
"typings": "dist/src/index.d.ts", | ||
"scripts": { | ||
"clean": "rm -rf dist", | ||
"clean-generated": "rm -rf src/*.ngfactory.ts && rm -rf src/*.ngsummary.json", | ||
"build-cjs": "ngc -p .", | ||
"build-es2015": "ngc -p ./tsconfig-es2015.json", | ||
"preparePackage": "node ./scripts/copy-package", | ||
"build": "npm run clean && npm run build-cjs && npm run build-es2015 && npm run preparePackage && npm run clean-generated", | ||
"clean-generated": "rm -rf dist/*.ngfactory.ts && rm -rf dist/node_modules", | ||
"compile": "ngc -p .", | ||
"build": "npm run clean && npm run compile && npm run clean-generated", | ||
"publishPackage": "npm run build && cd dist && npm publish" | ||
@@ -19,3 +17,3 @@ }, | ||
"type": "git", | ||
"url": "git+https://github.com/driftyco/ionic-storage.git" | ||
"url": "git+https://github.com/ionic-team/ionic-storage.git" | ||
}, | ||
@@ -32,5 +30,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/driftyco/ionic-storage/issues" | ||
"url": "https://github.com/ionic-team/ionic-storage/issues" | ||
}, | ||
"homepage": "https://github.com/driftyco/ionic-storage#readme", | ||
"homepage": "https://github.com/ionic-team/ionic-storage#readme", | ||
"dependencies": { | ||
@@ -41,2 +39,19 @@ "@types/localforage": "0.0.30", | ||
}, | ||
"devDependencies": { | ||
"@angular/compiler": "5.0.0", | ||
"@angular/compiler-cli": "5.0.0", | ||
"@angular/core": "5.0.0", | ||
"@types/node": "^6.0.41", | ||
"canonical-path": "0.0.2", | ||
"cpr": "^2.0.0", | ||
"dgeni": "0.4.7", | ||
"dgeni-packages": "0.16.10", | ||
"gulp": "^3.9.1", | ||
"rimraf": "^2.6.2", | ||
"rxjs": "5.5.2", | ||
"semver": "^5.3.0", | ||
"tslint": "^3.10.2", | ||
"tslint-ionic-rules": "*", | ||
"typescript": "~2.4.2" | ||
}, | ||
"peerDependencies": { | ||
@@ -46,2 +61,2 @@ "@angular/core": "*", | ||
} | ||
} | ||
} |
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
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
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
72889
39
1276
0
133
15
3