@newrelic/security-agent
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -0,1 +1,9 @@ | ||
### v0.2.1 (2023-08-07) | ||
#### Bug Fixes | ||
* Pinned check-disk-space to v3.3.1 to support Node.js v14 | ||
#### Miscellaneous Chores | ||
* deps: Updated semver to v7.5.4 and @aws-sdk/client-lambda to v3.363.0 | ||
#### Continuous Integration | ||
* Add Node.js 20.x to CI | ||
### v0.2.0 (2023-07-24) | ||
@@ -2,0 +10,0 @@ #### Features |
{ | ||
"name": "@newrelic/security-agent", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "New Relic Security Agent for Node.js", | ||
@@ -38,5 +38,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"@aws-sdk/client-lambda": "^3.348.0", | ||
"@aws-sdk/client-lambda": "^3.363.0", | ||
"axios": "0.21.4", | ||
"check-disk-space": "^3.4.0", | ||
"check-disk-space": "3.3.1", | ||
"content-type": "^1.0.5", | ||
@@ -55,3 +55,3 @@ "fast-safe-stringify": "^2.1.1", | ||
"ringbufferjs": "^2.0.0", | ||
"semver": "^7.5.3", | ||
"semver": "^7.5.4", | ||
"sync-request": "^6.1.0", | ||
@@ -58,0 +58,0 @@ "unescape": "^1.0.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
465207
+ Addedcheck-disk-space@3.3.1(transitive)
- Removedcheck-disk-space@3.4.0(transitive)
Updatedcheck-disk-space@3.3.1
Updatedsemver@^7.5.4