New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-securityhub

Package Overview
Dependencies
Maintainers
5
Versions
452
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-securityhub - npm Package Compare versions

Comparing version 3.10.0 to 3.11.0

4

dist/cjs/package.json
{
"name": "@aws-sdk/client-securityhub",
"description": "AWS SDK for JavaScript Securityhub Client for Node.js, Browser and React Native",
"version": "3.10.0",
"version": "3.11.0",
"scripts": {

@@ -32,3 +32,3 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",

"@aws-sdk/config-resolver": "3.10.0",
"@aws-sdk/credential-provider-node": "3.10.0",
"@aws-sdk/credential-provider-node": "3.11.0",
"@aws-sdk/fetch-http-handler": "3.10.0",

@@ -35,0 +35,0 @@ "@aws-sdk/hash-node": "3.10.0",

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

}
/**
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
*/
destroy() {

@@ -93,0 +98,0 @@ super.destroy();

{
"name": "@aws-sdk/client-securityhub",
"description": "AWS SDK for JavaScript Securityhub Client for Node.js, Browser and React Native",
"version": "3.10.0",
"version": "3.11.0",
"scripts": {

@@ -32,3 +32,3 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",

"@aws-sdk/config-resolver": "3.10.0",
"@aws-sdk/credential-provider-node": "3.10.0",
"@aws-sdk/credential-provider-node": "3.11.0",
"@aws-sdk/fetch-http-handler": "3.10.0",

@@ -35,0 +35,0 @@ "@aws-sdk/hash-node": "3.10.0",

@@ -89,2 +89,7 @@ import { __assign, __extends } from "tslib";

}
/**
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
*/
SecurityHubClient.prototype.destroy = function () {

@@ -91,0 +96,0 @@ _super.prototype.destroy.call(this);

@@ -199,3 +199,8 @@ import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";

constructor(configuration: SecurityHubClientConfig);
/**
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
*/
destroy(): void;
}

@@ -199,3 +199,8 @@ import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";

constructor(configuration: SecurityHubClientConfig);
/**
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
*/
destroy(): void;
}
{
"name": "@aws-sdk/client-securityhub",
"description": "AWS SDK for JavaScript Securityhub Client for Node.js, Browser and React Native",
"version": "3.10.0",
"version": "3.11.0",
"scripts": {

@@ -32,3 +32,3 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",

"@aws-sdk/config-resolver": "3.10.0",
"@aws-sdk/credential-provider-node": "3.10.0",
"@aws-sdk/credential-provider-node": "3.11.0",
"@aws-sdk/fetch-http-handler": "3.10.0",

@@ -35,0 +35,0 @@ "@aws-sdk/hash-node": "3.10.0",

@@ -463,2 +463,7 @@ import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";

/**
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
*/
destroy(): void {

@@ -465,0 +470,0 @@ super.destroy();

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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