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 1.1.0 to 1.1.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

### 1.1.1 (2020-01-27):
* Bumps DynamoDB tap.test timeout to avoid versioned test terminations when table creates are slow.
### 1.1.0 (2020-01-23):

@@ -2,0 +6,0 @@

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -9,7 +9,7 @@ 'use strict'

const RETRY_MS = 1500
const RETRY_MAX_MS = 15500
const RETRY_MAX_MS = 30000
// NOTE: these take a while to run and can trigger tap CLI file timeout
// This can be avoided via --no-timeout or --timeout=<value>
tap.test('DynamoDB', (t) => {
tap.test('DynamoDB', {timeout: 90000}, (t) => {
t.autoend()

@@ -177,3 +177,3 @@

const startTime = started || currentTime
const elapsed = startTime - currentTime
const elapsed = currentTime - startTime

@@ -180,0 +180,0 @@ if (elapsed > RETRY_MAX_MS) {

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