memory-blob-store
Advanced tools
Comparing version 2.0.0 to 3.0.0
@@ -16,2 +16,4 @@ const stream = require('stream'); | ||
const self = this; | ||
cb = cb || function noop() {}; | ||
let key = opts; | ||
@@ -71,2 +73,3 @@ if (typeof opts === 'object') { | ||
function remove(opts, cb) { | ||
cb = cb || function noop() {}; | ||
let key = opts; | ||
@@ -113,3 +116,5 @@ if (typeof key === 'object') { | ||
function exists(opts, cb) { | ||
cb = cb || function noop() {}; | ||
let key = opts; | ||
if (typeof key === 'object') { | ||
@@ -116,0 +121,0 @@ key = key.key; |
{ | ||
"name": "memory-blob-store", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "An in-memory blob store", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
88670
122