karl-common-util
Advanced tools
Comparing version 1.4.9 to 1.5.0
@@ -99,3 +99,3 @@ "use strict"; | ||
for (var k1 in d) { | ||
d[k1] = encodeURI(k1); | ||
d[k1] = encodeURI(d[k1]); | ||
} | ||
@@ -102,0 +102,0 @@ return d; |
{ | ||
"name": "karl-common-util", | ||
"version": "1.4.9", | ||
"version": "1.5.0", | ||
"description": "karl common lib for client and server", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -63,3 +63,3 @@ import "isomorphic-fetch" | ||
for (let k1 in d) { | ||
d[k1] = encodeURI(k1) | ||
d[k1] = encodeURI(d[k1]) | ||
} | ||
@@ -66,0 +66,0 @@ return d |
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
62362