namirasoft-core
Advanced tools
Comparing version 1.3.62 to 1.3.63
@@ -18,3 +18,3 @@ "use strict"; | ||
const ops = items[i].split("="); | ||
ans[ops[0].trim()] = (_b = ops[1]) === null || _b === void 0 ? void 0 : _b.trim(); | ||
ans[ops[0].trim()] = (_b = ops[1]) === null || _b === void 0 ? void 0 : _b.trim().replace(/\%3D/gm, "="); | ||
} | ||
@@ -21,0 +21,0 @@ return ans; |
@@ -11,3 +11,3 @@ { | ||
"private": false, | ||
"version": "1.3.62", | ||
"version": "1.3.63", | ||
"author": "Amir Abolhasani", | ||
@@ -21,3 +21,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@types/node": "^20.14.5", | ||
"@types/node": "^20.14.6", | ||
"axios": "^1.7.2", | ||
@@ -24,0 +24,0 @@ "moment": "^2.30.1", |
@@ -21,3 +21,3 @@ import { EncodingOperation } from "./EncodingOperation"; | ||
const ops = items[i].split("="); | ||
ans[ops[0].trim()] = ops[1]?.trim(); | ||
ans[ops[0].trim()] = ops[1]?.trim().replace(/\%3D/gm, "="); | ||
} | ||
@@ -24,0 +24,0 @@ return ans; |
Sorry, the diff of this file is not supported yet
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
359614
Updated@types/node@^20.14.6