Socket
Socket
Sign inDemoInstall

@ionic/storage

Package Overview
Dependencies
Maintainers
24
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 3.0.0-alpha.5 to 3.0.1

4

dist/esm/index.js

@@ -74,4 +74,4 @@ import LocalForage from 'localforage';

get(key) {
this.assertDb();
return this._db.getItem(key);
const db = this.assertDb();
return db.getItem(key);
}

@@ -78,0 +78,0 @@ /**

{
"name": "@ionic/storage",
"version": "3.0.0-alpha.5",
"version": "3.0.1",
"description": "Ionic Storage Helper",

@@ -27,2 +27,4 @@ "main": "dist/plugin.cjs.js",

"scripts": {
"publish": "np",
"test": "",
"ts": "tsc",

@@ -40,2 +42,3 @@ "build": "npm run clean && tsc && rollup -c rollup.config.js",

"@rollup/plugin-node-resolve": "^11.2.0",
"np": "^7.4.0",
"rimraf": "^3.0.2",

@@ -45,3 +48,3 @@ "rollup": "^2.40.0",

},
"gitHead": "d711a0c40addba50180df24a063226f1bdaf0aa9"
"gitHead": "0b550acdc2d21c95c68e0655b28698ec60fa283a"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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