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

@enterprise-cmcs/macpro-security-hub-sync

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enterprise-cmcs/macpro-security-hub-sync - npm Package Compare versions

Comparing version 1.11.0 to 1.11.1

2

dist/libs/security-hub-lib.d.ts

@@ -17,2 +17,3 @@ import { Remediation, AwsSecurityFinding } from "@aws-sdk/client-securityhub";

remediation?: Remediation;
ProductName?: string;
Resources?: Resource[];

@@ -38,2 +39,3 @@ }

remediation?: Remediation | undefined;
ProductName?: string | undefined;
Resources?: Resource[] | undefined;

@@ -40,0 +42,0 @@ }[]>;

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

remediation: finding.Remediation,
ProductName: finding.ProductName,
Resources: finding.Resources,

@@ -112,0 +113,0 @@ };

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

finding.accountAlias,
finding.ProductName,
...identifyingLabels,

@@ -222,0 +223,0 @@ ],

2

package.json

@@ -7,3 +7,3 @@ {

},
"version": "1.11.0",
"version": "1.11.1",
"description": "NPM module to create Jira issues for all findings in Security Hub for the current AWS account..",

@@ -10,0 +10,0 @@ "main": "./dist/index.js",

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