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

abstract-nosql

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abstract-nosql - npm Package Compare versions

Comparing version 1.10.3 to 1.10.4

4

abstract-nosql.js

@@ -249,2 +249,3 @@ // Generated by CoffeeScript 1.8.0

options.errorIfExists = !!options.errorIfExists;
this.emit("opening", options);
result = this._openSync(options);

@@ -265,2 +266,3 @@ if (result) {

if (this._closeSync) {
this.emit("closing");
result = this._closeSync();

@@ -594,2 +596,3 @@ if (result) {

that = this;
this.emit("opening", options);
return this._open(options, function(err, result) {

@@ -620,2 +623,3 @@ if (err == null) {

that = this;
this.emit("closing");
return this._close(function(err, result) {

@@ -622,0 +626,0 @@ if (err == null) {

2

package.json
{
"name": "abstract-nosql",
"description": "An abstract prototype for nosql database with sync and streamable (LevelDOWN API)",
"version": "1.10.3",
"version": "1.10.4",
"contributors": [

@@ -6,0 +6,0 @@ "Riceball LEE <snowyu.lee@gmail.com> (https://github.com/snowyu)",

Sorry, the diff of this file is not supported yet

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