abstract-nosql
Advanced tools
Comparing version 1.10.3 to 1.10.4
@@ -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) { |
{ | ||
"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
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
157153
3038