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

@cumulus/cumulus-message-adapter-js

Package Overview
Dependencies
Maintainers
8
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cumulus/cumulus-message-adapter-js - npm Package Compare versions

Comparing version 1.3.0-alpha.3 to 1.3.0-alpha.4

7

dist/typeGuards.js

@@ -6,7 +6,6 @@ "use strict";

function isCumulusMessageWithPayload(message) {
var _a, _b, _c, _d;
var _a, _b, _c;
return (((_a = message) === null || _a === void 0 ? void 0 : _a.payload) !== undefined
&& ((_b = message) === null || _b === void 0 ? void 0 : _b.replace) === undefined
&& ((_c = message) === null || _c === void 0 ? void 0 : _c.input) === undefined
&& ((_d = message) === null || _d === void 0 ? void 0 : _d.config) === undefined);
&& ((_b = message) === null || _b === void 0 ? void 0 : _b.input) === undefined
&& ((_c = message) === null || _c === void 0 ? void 0 : _c.config) === undefined);
}

@@ -13,0 +12,0 @@ exports.isCumulusMessageWithPayload = isCumulusMessageWithPayload;

{
"name": "@cumulus/cumulus-message-adapter-js",
"version": "1.3.0-alpha.3",
"version": "1.3.0-alpha.4",
"description": "Cumulus message adapter",
"main": "dist/index.js",
"files": [
"node_modules",
"dist"

@@ -71,3 +70,3 @@ ],

"@types/aws-lambda": "^8.10.58",
"@cumulus/types": "1.24.0-alpha.0",
"@cumulus/types": "2.0.1",
"execa": "^4.0.0",

@@ -74,0 +73,0 @@ "lookpath": "1.0.3"

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