Socket
Socket
Sign inDemoInstall

fake-indexeddb

Package Overview
Dependencies
12
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 2.1.1

2

build/lib/FakeEvent.js

@@ -22,3 +22,3 @@ "use strict";

this.isTrusted = false;
this.timestamp = Date.now();
this.timeStamp = Date.now();
this.type = type;

@@ -25,0 +25,0 @@ this.bubbles =

@@ -0,1 +1,5 @@

# 2.1.1 (2019-06-05)
* #30 - Fixed typo in the name of the `Event.timeStamp` property.
# 2.1.0 (2019-03-18)

@@ -2,0 +6,0 @@

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc