Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nxt-aws-client

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nxt-aws-client - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

6

dist/socket/index.js

@@ -15,2 +15,7 @@ "use strict";

const STATS_INTERVAL = 30 * 1000;
const STATS_TYPES = {
[ESTatsType.RequestElapsed]: 'Milliseconds',
[ESTatsType.RequestErrors]: 'Count',
[ESTatsType.ConnectionErrors]: 'Count',
};
class SocketClient {

@@ -178,2 +183,3 @@ constructor(config, options) {

Values: values,
Unit: STATS_TYPES[type],
};

@@ -180,0 +186,0 @@ }),

2

package.json
{
"name": "nxt-aws-client",
"version": "1.3.0",
"version": "1.4.0",
"main": "./dist/index.js",

@@ -5,0 +5,0 @@ "types": "./dist/index.d.ts",

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