Comparing version 2.39.0 to 2.40.0
# Change Log | ||
## [v2.40.0](https://github.com/auth0/node-auth0/tree/v2.40.0) (2022-02-11) | ||
[Full Changelog](https://github.com/auth0/node-auth0/compare/v2.39.0...v2.40.0) | ||
**Added** | ||
- [CAUTH-1270]: feat(attack protection): add three features (bf, sipt, bpd) [\#705](https://github.com/auth0/node-auth0/pull/705) ([sdwvit](https://github.com/sdwvit)) | ||
## [v2.39.0](https://github.com/auth0/node-auth0/tree/v2.39.0) (2022-01-31) | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "auth0", | ||
"version": "2.39.0", | ||
"version": "2.40.0", | ||
"description": "SDK for Auth0 API v2", | ||
@@ -37,3 +37,3 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"axios": "^0.24.0", | ||
"axios": "^0.25.0", | ||
"form-data": "^3.0.1", | ||
@@ -40,0 +40,0 @@ "jsonwebtoken": "^8.5.1", |
Sorry, the diff of this file is too big to display
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
436271
48
11804
+ Addedaxios@0.25.0(transitive)
- Removedaxios@0.24.0(transitive)
Updatedaxios@^0.25.0