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

fake-indexeddb

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fake-indexeddb - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

2

lib/FDBCursor.js

@@ -227,3 +227,3 @@ 'use strict';

if (tempKey !== effectiveKey) {
if (cmp(tempKey, effectiveKey) !== 0) {
throw new DataError();

@@ -230,0 +230,0 @@ }

{
"name": "fake-indexeddb",
"version": "1.0.11",
"version": "1.0.12",
"description": "Fake IndexedDB: a pure JS in-memory implementation of the IndexedDB API",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/dumbmatter/fakeIndexedDB",

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