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

@mcma/aws-cloudwatch-events

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mcma/aws-cloudwatch-events - npm Package Compare versions

Comparing version 0.16.22 to 1.0.0

5

dist/lib/event-rule-utils.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.disableEventRule = exports.enableEventRule = void 0;
exports.enableEventRule = enableEventRule;
exports.disableEventRule = disableEventRule;
const client_cloudwatch_events_1 = require("@aws-sdk/client-cloudwatch-events");

@@ -34,6 +35,4 @@ const core_1 = require("@mcma/core");

}
exports.enableEventRule = enableEventRule;
async function disableEventRule(ruleName, table, cloudWatchEventsClient, requestId, logger) {
await enableDisableRule(false, ruleName, table, cloudWatchEventsClient, requestId, logger);
}
exports.disableEventRule = disableEventRule;

14

package.json
{
"name": "@mcma/aws-cloudwatch-events",
"version": "0.16.22",
"version": "1.0.0",
"description": "Node module with code and type definitions for using Cloudwatch Events in an MCMA environment.",

@@ -34,13 +34,13 @@ "engines": {

"dependencies": {
"@aws-sdk/client-cloudwatch-events": "^3.596.0"
"@aws-sdk/client-cloudwatch-events": "^3.699.0"
},
"peerDependencies": {
"@mcma/core": "0.16.22",
"@mcma/data": "0.16.22"
"@mcma/core": "1.0.0",
"@mcma/data": "1.0.0"
},
"devDependencies": {
"@mcma/core": "0.16.22",
"@mcma/data": "0.16.22",
"@types/node": "^18.19.34"
"@mcma/core": "1.0.0",
"@mcma/data": "1.0.0",
"@types/node": "^22.10.1"
}
}
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