Comparing version 4.3.0 to 4.3.1
@@ -353,3 +353,3 @@ // Generated by CoffeeScript 2.0.0-beta3 | ||
if (module.parent == null) { | ||
include = ["suspend (basic)", "suspend (with ordinary function)", "suspend (with custom this)", "isa-generator"]; | ||
include = ["test type_of", "test size_of", "is_subset", "deep_copy", "XJSON (1)", "XJSON (2)", "XJSON (3)", "logging with timestamps", "suspend (basic)", "suspend (with ordinary function)", "suspend (with custom this)", "isa-generator"]; | ||
this._prune(); | ||
@@ -356,0 +356,0 @@ this._main(); |
@@ -31,3 +31,3 @@ // Generated by CoffeeScript 2.0.0-beta3 | ||
'[object Object]': function(x) { | ||
if (isBuffer(x)) { | ||
if (Buffer.isBuffer(x)) { | ||
return 'buffer'; | ||
@@ -99,3 +99,3 @@ } | ||
this.isa_pod = function(x) { | ||
return (js_type_of(x)) === '[object Object]' && !isBuffer(x); | ||
return (js_type_of(x)) === '[object Object]' && !Buffer.isBuffer(x); | ||
}; | ||
@@ -173,9 +173,5 @@ | ||
if (Array.isArray != null) { | ||
this.isa_list = Array.isArray; | ||
} | ||
this.isa_list = Array.isArray; | ||
if (Buffer.isBuffer != null) { | ||
this.isa_buffer = Buffer.isBuffer; | ||
} | ||
this.isa_buffer = Buffer.isBuffer; | ||
@@ -182,0 +178,0 @@ this.simple_equality_types = { |
{ | ||
"name": "cnd", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"description": "a grab-bag NodeJS package mainly for functionalities that used to live in coffeenode-trm, coffeenode-bitsnpieces, and coffeenode-types", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
277638
2594