Socket
Socket
Sign inDemoInstall

localforage-driver-memory

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

localforage-driver-memory - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

_bundle/esm2015/_driver.js

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## [1.0.4](https://github.com/Alorel/localforage-driver-memory.git/compare/1.0.3...1.0.4) (2018-10-29)
### Maintenance
* Add GitHub issue templates ([ec751eb](https://github.com/Alorel/localforage-driver-memory.git/commit/ec751eb))
* Redistribute in flat ESM format ([1f497c5](https://github.com/Alorel/localforage-driver-memory.git/commit/1f497c5))
## [1.0.3](https://github.com/Alorel/localforage-driver-memory/compare/1.0.2...1.0.3) (2018-09-11)

@@ -2,0 +10,0 @@

2

index.d.ts

@@ -1,2 +0,2 @@

export declare const _support: boolean;
export declare const _support = true;
export { _driver } from './_driver';

@@ -3,0 +3,0 @@ export { _initStorage } from './_initStorage';

{
"name": "localforage-driver-memory",
"version": "1.0.3",
"version": "1.0.4",
"description": "in-memory localforage driver that resets on page reload",
"main": "index.js",
"types": "index.d.ts",
"typings": "index.d.ts",
"module": "esm5/index.js",
"esm5": "esm5/index.js",
"esm2015": "esm2015/index.js",
"fesm5": "esm5/index.js",
"fesm2015": "esm2015/index.js",
"browser": "umd/localforage-driver-memory.umd.js",
"jsdelivr": "umd/localforage-driver-memory.umd.min.js",
"browser": "_bundle/umd.js",
"jsdelivr": "_bundle/umd.min.js",
"repository": "git@github.com:Alorel/localforage-driver-memory.git",

@@ -22,4 +15,19 @@ "author": "Arturas Molcanovas <a.molcanovas@gmail.com> (https://github.com/Alorel)",

"dependencies": {
"localforage-driver-commons": "^1.0.1"
}
}
"localforage-driver-commons": "^1.0.1",
"tslib": "^1.6.0"
},
"keywords": [
"localforage",
"driver",
"memory",
"in-memory",
"ephemeral"
],
"fesm5": "_bundle/fesm5.js",
"esm5": "_bundle/esm5/index.js",
"fesm2015": "_bundle/fesm2015.js",
"esm2015": "_bundle/esm2015/index.js",
"types": "index.d.ts",
"module": "_bundle/fesm5.js",
"typings": "index.d.ts"
}

@@ -6,4 +6,4 @@ # localforage-driver-memory

[![NpmVersion](https://img.shields.io/npm/v/localforage-driver-memory.svg?style=flat-square)](https://www.npmjs.com/package/localforage-driver-memory)
[![Travis (.com) branch](https://img.shields.io/travis/com/Alorel/localforage-driver-memory/1.0.3.svg?style=flat-square)](https://travis-ci.com/Alorel/localforage-driver-memory)
[![Coveralls github branch](https://img.shields.io/coveralls/github/Alorel/localforage-driver-memory/1.0.3.svg?style=flat-square)](https://coveralls.io/github/Alorel/localforage-driver-memory)
[![Travis (.com) branch](https://img.shields.io/travis/com/Alorel/localforage-driver-memory/1.0.4.svg?style=flat-square)](https://travis-ci.com/Alorel/localforage-driver-memory)
[![Coveralls github branch](https://img.shields.io/coveralls/github/Alorel/localforage-driver-memory/1.0.4.svg?style=flat-square)](https://coveralls.io/github/Alorel/localforage-driver-memory)
[![Greenkeeper badge](https://badges.greenkeeper.io/Alorel/localforage-driver-memory.svg)](https://greenkeeper.io/)

@@ -10,0 +10,0 @@

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