safe-decode-uri-component
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "safe-decode-uri-component", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Safely decode URI components, leaving invalid sequences as they are", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -66,3 +66,3 @@ "use strict"; | ||
const expected = `${left}${char}${right}`; | ||
assert.equal(decode(combined), expected, [...arguments]); | ||
assert.equal(decode(combined), expected); | ||
} | ||
@@ -69,0 +69,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
58670