Socket
Socket
Sign inDemoInstall

@newrelic/aws-sdk

Package Overview
Dependencies
Maintainers
1
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 0.3.0 to 1.0.0

10

CHANGELOG.md

@@ -0,4 +1,10 @@

### 1.0.0 (2019-10-25):
* **BREAKING** Removed support for Node 6, 7, and 9.
The minimum supported version is now Node v8. For further information on our support policy, see: https://docs.newrelic.com/docs/agents/nodejs-agent/getting-started/compatibility-requirements-nodejs-agent.
### 0.3.0 (2019-07-18):
* Adds support for DocumentClient API calls to be captured as Datastore segments/metrics.
* Adds support for DocumentClient API calls to be captured as Datastore segments/metrics.

@@ -37,3 +43,3 @@ Supported calls are: `get`, `put`, `update`, `delete`, `query` and `scan`. These will be named according to the underlying DynamoDB operation that is executed. For example: `get` will be named `getItem`. DocumentClient calls not listed above will still be captured as Externals.

* SES
* Added instrumentation for DynamoDB.

4

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

@@ -13,3 +13,3 @@ "main": "index.js",

"engines": {
"node": ">=6.0.0"
"node": ">=8.0.0"
},

@@ -16,0 +16,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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