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

abstract-random-access

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abstract-random-access - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

index.js

@@ -117,3 +117,3 @@ var EventEmitter = require('events').EventEmitter

Abstract.prototype.end = function (options, callback) {
if (typeof opened === 'function') return this.end(null, options)
if (typeof options === 'function') return this.end(null, options)
if (!callback) callback = noop

@@ -120,0 +120,0 @@

{
"name": "abstract-random-access",
"version": "1.1.1",
"version": "1.1.2",
"description": "Base class for random access stores",

@@ -5,0 +5,0 @@ "repository": "juliangruber/abstract-random-access",

@@ -95,1 +95,12 @@ var tape = require('tape')

})
tape('end', function (t) {
var storage = random()
storage.end({}, function (err) {
t.error(err)
storage.end(function (err) {
t.error(err)
t.end()
})
})
})
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