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.1 to 1.1.2

13

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

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

"dependencies": {
"axios": "^0.19.0",
"form-data": "2.5.0"
"axios": "^0.19.2",
"form-data": "3.0.0"
},
"devDependencies": {
"jest": "^24.8.0"
"jest": "^25.1.0"
},

@@ -35,2 +35,7 @@ "bugs": {

"homepage": "https://github.com/TinEye/tineye_api_node",
"files": [
"LICENSE",
"README.md",
"lib"
],
"directories": {

@@ -37,0 +42,0 @@ "lib": "lib",

@@ -40,3 +40,3 @@ # tineye-api

Be sure to populate `public_key` and `private_key` with your own keys. You can test your code
with our [API sandbox keys](https://services.tineye.com/developers/tineyeapi/sandbox.html), but
with our [API sandbox keys](https://services.tineye.com/developers/tineyeapi/sandbox), but
you won't get real search results until you start using your real keys.

@@ -114,2 +114,12 @@

# Release history
## 1.1.2
* Updated Axios 0.19.0 -> 0.19.2
* Updated form-data 2.5.0 -> 3.0.0
* Updated jest 24.8.0 -> 25.1.0
* Updated Sandbox key link in Readme
* Removed the tests from being packaged
* Removed unneeded `git` folder from `.gitignore`
## 1.1.0

@@ -116,0 +126,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