Socket
Socket
Sign inDemoInstall

localforage

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

localforage - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1

2

bower.json

@@ -26,3 +26,3 @@ {

},
"version": "1.8.0"
"version": "1.8.1"
}

@@ -6,2 +6,6 @@ # About this CHANGELOG

### [1.8.1](https://github.com/mozilla/localForage/releases/tag/1.8.1)
* Reverted the ESM/`module` field change in #940, which broke many builds. See: #979. Sorry about that! 😓
### [1.8.0](https://github.com/mozilla/localForage/releases/tag/1.8.0)

@@ -8,0 +12,0 @@

{
"name": "localforage",
"version": "1.8.0",
"version": "1.8.1",
"dependencies": {

@@ -5,0 +5,0 @@ "then/promise": "5.0.0"

/*!
localForage -- Offline Storage, Improved
Version 1.8.0
Version 1.8.1
https://localforage.github.io/localForage

@@ -5,0 +5,0 @@ (c) 2013-2017 Mozilla, Apache License 2.0

/*!
localForage -- Offline Storage, Improved
Version 1.8.0
Version 1.8.1
https://localforage.github.io/localForage

@@ -5,0 +5,0 @@ (c) 2013-2017 Mozilla, Apache License 2.0

@@ -12,3 +12,3 @@ {

],
"version": "1.8.0",
"version": "1.8.1",
"homepage": "https://github.com/localForage/localForage",

@@ -67,3 +67,2 @@ "repository": {

"main": "dist/localforage.js",
"module": "src/localforage.js",
"typings": "typings/localforage.d.ts",

@@ -70,0 +69,0 @@ "bugs": {

@@ -7,3 +7,3 @@ # localForage

[![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/localforage/badge?style=rounded)](https://www.jsdelivr.com/package/npm/localforage)
[![minzipped size](https://badgen.net/bundlephobia/minzip/localforage)](https://bundlephobia.com/result?p=localforage@1.8.0)
[![minzipped size](https://badgen.net/bundlephobia/minzip/localforage)](https://bundlephobia.com/result?p=localforage@1.8.1)

@@ -10,0 +10,0 @@ localForage is a fast and simple storage library for JavaScript. localForage

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

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

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