Comparing version 0.1.1 to 0.1.2
@@ -43,4 +43,4 @@ const links = [ | ||
decode: function(obj) { | ||
return JSON.stringify(swap(encodeURI(obj))) | ||
return JSON.stringify(swap(decodeURI(obj))) | ||
} | ||
} |
{ | ||
"name": "jsoun", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Ever wanted to put json in a url and thought it was ugly? JSOUN (Javascript Object URL Notation) makes it slightly better", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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