Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ionic/storage

Package Overview
Dependencies
Maintainers
13
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic/storage - npm Package Compare versions

Comparing version 2.0.1 to 2.1.1

circle.yml

41

package.json
{
"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": "*",

}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc