tineye-api
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -170,7 +170,6 @@ /* api_request.js | ||
if (value.indexOf("%") == -1) { | ||
value = encodeURIComponent(value) | ||
.replace(/!/g, "%21") | ||
.replace(/%20/g, "+"); | ||
} | ||
// The replace is needed so it matches the encoding on the API side | ||
value = encodeURIComponent(value) | ||
.replace(/!/g, "%21") | ||
.replace(/%20/g, "+"); | ||
@@ -177,0 +176,0 @@ if (lowercase) { |
{ | ||
"name": "tineye-api", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "TinEye API node.js library", | ||
@@ -15,3 +15,3 @@ "keywords": [ | ||
"scripts": { | ||
"test": "jest --env=node" | ||
"test": "jest --env=node" | ||
}, | ||
@@ -26,6 +26,6 @@ "repository": { | ||
"axios": "^0.21.1", | ||
"form-data": "3.0.0" | ||
"form-data": "4.0.0" | ||
}, | ||
"devDependencies": { | ||
"jest": "^26.1.0" | ||
"jest": "^27.0.1" | ||
}, | ||
@@ -32,0 +32,0 @@ "bugs": { |
@@ -119,2 +119,8 @@ # tineye-api | ||
## 1.1.5 | ||
- Updated form-data 3.0.0 -> 4.0.0 | ||
- Updated jest 26.1.0 -> 27.0.1 | ||
- Fixed an encoding bug when searching with URLs | ||
## 1.1.4 | ||
@@ -121,0 +127,0 @@ |
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
21022
169
501
+ Addedform-data@4.0.0(transitive)
- Removedform-data@3.0.0(transitive)
Updatedform-data@4.0.0