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

@trigger.dev/core

Package Overview
Dependencies
Maintainers
4
Versions
449
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trigger.dev/core - npm Package Compare versions

Comparing version 0.0.0-background-tasks-20230906212613 to 0.0.0-clidev-20230914123020

30

dist/index.js

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

ApiEventLogSchema: () => ApiEventLogSchema,
BackgroundTaskMetadataSchema: () => BackgroundTaskMetadataSchema,
CachedTaskSchema: () => CachedTaskSchema,

@@ -59,3 +58,2 @@ CommonMissingConnectionNotificationPayloadSchema: () => CommonMissingConnectionNotificationPayloadSchema,

DeliverEventResponseSchema: () => DeliverEventResponseSchema,
DeployBackgroundTaskRequestBodySchema: () => DeployBackgroundTaskRequestBodySchema,
DeserializedJsonSchema: () => DeserializedJsonSchema,

@@ -820,12 +818,2 @@ DisplayPropertiesSchema: () => DisplayPropertiesSchema,

});
var BackgroundTaskMetadataSchema = import_zod9.z.object({
id: import_zod9.z.string(),
name: import_zod9.z.string(),
version: import_zod9.z.string(),
enabled: import_zod9.z.boolean(),
cpu: import_zod9.z.number(),
memory: import_zod9.z.number(),
concurrency: import_zod9.z.number(),
secrets: import_zod9.z.record(import_zod9.z.string()).optional()
});
var IndexEndpointResponseSchema = import_zod9.z.object({

@@ -835,4 +823,3 @@ jobs: import_zod9.z.array(JobMetadataSchema),

dynamicTriggers: import_zod9.z.array(DynamicTriggerEndpointMetadataSchema),
dynamicSchedules: import_zod9.z.array(RegisterDynamicSchedulePayloadSchema),
backgroundTasks: import_zod9.z.array(BackgroundTaskMetadataSchema).optional()
dynamicSchedules: import_zod9.z.array(RegisterDynamicSchedulePayloadSchema)
});

@@ -1159,17 +1146,2 @@ var RawEventSchema = import_zod9.z.object({

});
var DeployBackgroundTaskRequestBodySchema = import_zod9.z.object({
id: import_zod9.z.string(),
version: import_zod9.z.string(),
fileName: import_zod9.z.string(),
bundle: import_zod9.z.string(),
sourcemap: import_zod9.z.object({
version: import_zod9.z.number(),
sources: import_zod9.z.array(import_zod9.z.string()),
mappings: import_zod9.z.string(),
sourcesContent: import_zod9.z.array(import_zod9.z.string()),
names: import_zod9.z.array(import_zod9.z.string())
}),
dependencies: import_zod9.z.record(import_zod9.z.string()),
nodeVersion: import_zod9.z.string()
});

@@ -1176,0 +1148,0 @@ // src/schemas/notifications.ts

2

package.json
{
"name": "@trigger.dev/core",
"version": "0.0.0-background-tasks-20230906212613",
"version": "0.0.0-clidev-20230914123020",
"description": "Core code used across the Trigger.dev SDK and platform",

@@ -5,0 +5,0 @@ "license": "MIT",

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

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