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.1.0 to 0.2.0

.nyc_output/39ef81944e9ca96ff8d98b532956acb1.json

10

CHANGELOG.md
### 0.2.0 (2019-02-19):
* Added instrumentation for SNS `publish` API.
* Added instrumentation for SQS `sendMessage`, `sendMessageBatch` and
`receiveMessageBatch` APIs.
### 0.1.0 (2019-02-13):

@@ -15,1 +23,3 @@

* SES
* Added instrumentation for DynamoDB.

2

lib/dynamodb.js

@@ -23,3 +23,3 @@ 'use strict'

shim.setDatastore('DynamoDB')
shim.setDatastore(shim.DYNAMODB)

@@ -26,0 +26,0 @@ shim.recordOperation(

@@ -5,3 +5,5 @@ 'use strict'

require('./core'),
require('./dynamodb')
require('./dynamodb'),
require('./sqs'),
require('./sns')
]

@@ -8,0 +10,0 @@

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

@@ -24,2 +24,3 @@ "main": "index.js",

"async": "^2.6.1",
"aws-sdk": "^2.403.0",
"eslint": "^5.12.1",

@@ -26,0 +27,0 @@ "newrelic": "^5.3.0",

'use strict'
const EXTERN_PATTERN = /^External\/.*?amazonaws\.com/
const SQS_PATTERN = /^MessageBroker\/SQS\/Queue/
const SEGMENT_DESTINATION = 0x20

@@ -28,2 +29,3 @@

EXTERN_PATTERN,
SQS_PATTERN,
SEGMENT_DESTINATION,

@@ -30,0 +32,0 @@

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