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 2.0.3 to 2.0.6

7

package.json
{
"name": "tineye-api",
"version": "2.0.3",
"version": "2.0.6",
"description": "TinEye API node.js library",

@@ -24,7 +24,8 @@ "keywords": [

"dependencies": {
"axios": "^0.26.1",
"axios": "^1.3.4",
"form-data": "4.0.0"
},
"devDependencies": {
"jest": "^27.5.1"
"jest": "^29.5.0",
"prettier": "2.8.4"
},

@@ -31,0 +32,0 @@ "bugs": {

@@ -33,6 +33,7 @@ # tineye-api

The API object is now instantiated using a single key, `api_key`. The value
of this key is the same as your previous `private_key`. The public key is no
of this key is the same as your previous `private_key`. The public key is no
longer used.
#### New ✅
#### New ✅
```javascript

@@ -46,2 +47,3 @@ // Sandbox key

#### Old ❌
```javascript

@@ -147,2 +149,13 @@ // Sandbox keys

## 2.0.4
- Updated axios to 1.2.2
- Updated Jest to 29.3.1
- Added prettier to dev deps
## 2.0.3
- No need to import URLSearchParams from url module as it is now exposed as global.
- Updated axios from 0.25.0 -> 0.26.13
- Updated jest from 27.5.0 -> 27.5.1
## 2.0.0

@@ -149,0 +162,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