Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tineye-api

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tineye-api - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

9

lib/api_request.js

@@ -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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc