jscrambler
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -64,2 +64,7 @@ 'use strict'; | ||
query += encodeURIComponent(keys[i]) + '=' + encodeURIComponent(params[keys[i]]) + '&'; | ||
query = query | ||
.replace(/\*/g, '%2A') | ||
.replace(/[!'()]/g, escape) | ||
.replace(/%7E/g, '~') | ||
.replace(/\+/g, '%20'); | ||
// Strip the last separator and return | ||
@@ -66,0 +71,0 @@ return query.substring(0, query.length - 1); |
{ | ||
"name": "jscrambler", | ||
"description": "JScrambler API client.", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"homepage": "https://github.com/auditmark/node-jscrambler", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -1,2 +0,2 @@ | ||
# JSCrambler Client for Node.js | ||
# JScrambler Client for Node.js | ||
@@ -3,0 +3,0 @@ ## CLI |
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
19138
332