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

@ionic/storage

Package Overview
Dependencies
Maintainers
8
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 1.0.3 to 1.1.2

es2015/index.d.ts

23

package.json
{
"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"
}
}
}
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