rison-node
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -271,2 +271,5 @@ (function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.rison = f()}})(function(){var define,module,exports; | ||
var errcb = function(e) { throw Error('rison decoder error: ' + e); }; | ||
// validate input is a string | ||
if (typeof r !== 'string') | ||
return errcb("decode input must be a string"); | ||
var p = new rison.parser(errcb); | ||
@@ -273,0 +276,0 @@ return p.parse(r); |
{ | ||
"name": "rison-node", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"author": "Nanonid (https://github.com/Nanonid)", | ||
@@ -5,0 +5,0 @@ "description": "data serialization format optimized for compactness in URIs", |
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
37488
455