tineye-api
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"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 @@ |
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
20738
149
+ Addedform-data@3.0.0(transitive)
- Removedform-data@2.5.0(transitive)
Updatedaxios@^0.19.2
Updatedform-data@3.0.0