tineye-api
Advanced tools
Comparing version 2.0.3 to 2.0.6
{ | ||
"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 @@ |
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
14455
213
2
+ Addedaxios@1.7.7(transitive)
+ Addedproxy-from-env@1.1.0(transitive)
- Removedaxios@0.26.1(transitive)
Updatedaxios@^1.3.4