Socket
Socket
Sign inDemoInstall

@newrelic/aws-sdk

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@newrelic/aws-sdk - npm Package Compare versions

Comparing version 3.1.0 to 4.0.0

11

CHANGELOG.md

@@ -0,1 +1,12 @@

### 4.0.0 (2021-07-20):
* **BREAKING** Removed support for Node 10.
The minimum supported version is now Node v12. For further information on our support policy, see: https://docs.newrelic.com/docs/agents/nodejs-agent/getting-started/compatibility-requirements-nodejs-agent.
* Added support for Node 16.
* Added files list to package.json instead of using `.npmignore` for module publishing.
* Bumped `@newrelic/test-utilities` to ^5.1.0.
* Bumped `tap` to ^15.0.9.
### 3.1.0 (2021-01-05):

@@ -2,0 +13,0 @@

20

package.json
{
"name": "@newrelic/aws-sdk",
"version": "3.1.0",
"version": "4.0.0",
"description": "New Relic instrumentation of the aws-sdk package.",

@@ -9,7 +9,9 @@ "main": "index.js",

"unit": "tap tests/unit/**/*.tap.js",
"versioned": "versioned-tests --minor -i 2 'tests/versioned/*.tap.js'",
"versioned": "npm run versioned:npm7",
"versioned:npm6": "versioned-tests --minor -i 2 'tests/versioned/*.tap.js'",
"versioned:npm7": "versioned-tests --minor --all -i 2 'tests/versioned/*.tap.js'",
"lint": "eslint *.js lib tests"
},
"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
},

@@ -23,3 +25,3 @@ "repository": {

"devDependencies": {
"@newrelic/test-utilities": "^4.0.0",
"@newrelic/test-utilities": "^5.1.0",
"async": "^2.6.1",

@@ -30,7 +32,13 @@ "aws-sdk": "^2.403.0",

"sinon": "^7.2.3",
"tap": "^12.4.0"
"tap": "^15.0.9"
},
"peerDependencies": {
"newrelic": ">=6.11.0"
}
},
"files": [
"index.js",
"nr-hooks.js",
"lib/**",
"*.md"
]
}

@@ -36,3 +36,3 @@ # Third Party Notices

This product includes source derived from [@newrelic/test-utilities](https://github.com/newrelic/node-test-utilities) ([v4.1.2](https://github.com/newrelic/node-test-utilities/tree/v4.1.2)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-test-utilities/blob/v4.1.2/LICENSE):
This product includes source derived from [@newrelic/test-utilities](https://github.com/newrelic/node-test-utilities) ([v5.1.0](https://github.com/newrelic/node-test-utilities/tree/v5.1.0)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-test-utilities/blob/v5.1.0/LICENSE):

@@ -273,3 +273,3 @@ ```

This product includes source derived from [aws-sdk](https://github.com/aws/aws-sdk-js) ([v2.561.0](https://github.com/aws/aws-sdk-js/tree/v2.561.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js/blob/v2.561.0/LICENSE.txt):
This product includes source derived from [aws-sdk](https://github.com/aws/aws-sdk-js) ([v2.682.0](https://github.com/aws/aws-sdk-js/tree/v2.682.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js/blob/v2.682.0/LICENSE.txt):

@@ -754,3 +754,3 @@ ```

This product includes source derived from [tap](https://github.com/tapjs/node-tap) ([v12.7.0](https://github.com/tapjs/node-tap/tree/v12.7.0)), distributed under the [ISC License](https://github.com/tapjs/node-tap/blob/v12.7.0/LICENSE):
This product includes source derived from [tap](https://github.com/tapjs/node-tap) ([v15.0.9](https://github.com/tapjs/node-tap/tree/v15.0.9)), distributed under the [ISC License](https://github.com/tapjs/node-tap/blob/v15.0.9/LICENSE):

@@ -781,2 +781,2 @@ ```

See [here](https://nodejs.org/en/docs/meta/topics/dependencies/) and [here](https://github.com/nodejs/node/blob/v4.3.1/LICENSE)
for additional details regarding externally maintained libraries and certain related licenses and notices.”
for additional details regarding externally maintained libraries and certain related licenses and notices.”
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