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

@cumulus/types

Package Overview
Dependencies
Maintainers
4
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cumulus/types - npm Package Compare versions

Comparing version 18.2.2 to 18.3.0

16

api/dead_letters.d.ts

@@ -0,1 +1,2 @@

import { SQSRecord } from 'aws-lambda';
export interface DeadLetterArchivePayload {

@@ -5,1 +6,16 @@ bucket?: string,

}
export interface DLQRecord extends SQSRecord {
error?: string | null
}
export interface DLARecord extends DLQRecord {
error: string | null
time: string | null
status: string | null
collectionId: string | null
providerId: string | null
granules: Array<string | null> | null
executionArn: string | null
stateMachineArn: string | null
}

6

package.json
{
"name": "@cumulus/types",
"version": "18.2.2",
"version": "18.3.0",
"description": "TypeScript definitions for working with Cumulus data structures",

@@ -12,3 +12,3 @@ "keywords": [

"engines": {
"node": ">=16.19.0"
"node": ">=20.12.2"
},

@@ -26,3 +26,3 @@ "publishConfig": {

"license": "Apache-2.0",
"gitHead": "d2f030f1d77b6d3072cb20f84261b10a7b160620"
"gitHead": "e8731c150ac49c1bab058183a7a5d91464e1701c"
}
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