fortune-indexeddb
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package