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

fortune-indexeddb

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fortune-indexeddb - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

2

lib/index.js

@@ -39,3 +39,3 @@ 'use strict'

return new Promise(function (resolve, reject) {
var root = typeof window === 'undefined' ? window : {}
var root = typeof window !== 'undefined' ? window : {}
var hasIndexedDB = 'indexedDB' in root

@@ -42,0 +42,0 @@ var hasWebWorker = 'Worker' in root

{
"name": "fortune-indexeddb",
"description": "IndexedDB adapter for Fortune.",
"version": "1.1.4",
"version": "1.1.5",
"license": "MIT",

@@ -6,0 +6,0 @@ "repository": {

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