abstract-object
Advanced tools
Comparing version 1.3.4 to 1.3.5
@@ -88,4 +88,6 @@ (function() { | ||
Err.prototype.name = aType + 'Error'; | ||
function Err(msg, aCode) { | ||
if (aCode == null) { | ||
if (typeof aCode !== 'number') { | ||
aCode = aErrorCode; | ||
@@ -92,0 +94,0 @@ } |
{ | ||
"name": "abstract-object", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "AbstractObject with Object State Events Support, RefObject with RefCount and AddRef/Release Support.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/snowyu/abstract-object", |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
452
44276
2
0