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.4.0 to 1.5.0

3

dist/socket/index.js

@@ -9,2 +9,3 @@ "use strict";

(function (ESTatsType) {
ESTatsType["RequestCount"] = "request_count";
ESTatsType["RequestElapsed"] = "request_elapsed";

@@ -17,2 +18,3 @@ ESTatsType["RequestErrors"] = "request_errors";

const STATS_TYPES = {
[ESTatsType.RequestCount]: 'Count',
[ESTatsType.RequestElapsed]: 'Milliseconds',

@@ -47,2 +49,3 @@ [ESTatsType.RequestErrors]: 'Count',

};
this.collectStats(ESTatsType.RequestCount, 1);
return await new Promise((resolve, reject) => {

@@ -49,0 +52,0 @@ let timeoutId;

2

package.json
{
"name": "nxt-aws-client",
"version": "1.4.0",
"version": "1.5.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