Comparing version 9.0.0 to 9.0.1
@@ -335,2 +335,5 @@ 'use strict' | ||
let f = (converters == null) ? undefined : converters[this.tag] | ||
if (f === null) { // === is intentional. null has semantic meaning as above | ||
return this | ||
} | ||
if (typeof f !== 'function') { | ||
@@ -337,0 +340,0 @@ f = Tagged.TAGS[this.tag] |
{ | ||
"name": "cbor", | ||
"version": "9.0.0", | ||
"version": "9.0.1", | ||
"description": "Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC8949).", | ||
@@ -64,3 +64,4 @@ "main": "./lib/cbor.js", | ||
"node": ">=16" | ||
} | ||
}, | ||
"gitHead": "9ae25267211a80490f61f27740eafcc67973e795" | ||
} |
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
165961
4928