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

@trigger.dev/sdk

Package Overview
Dependencies
Maintainers
5
Versions
497
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trigger.dev/sdk - npm Package Compare versions

Comparing version 3.3.15 to 3.3.16

dist/commonjs/imports/uncrypto-cjs.cjs.map

2

dist/commonjs/v3/index.d.ts

@@ -14,3 +14,3 @@ export * from "./cache.js";

export * from "./timeout.js";
export * from "./waitUntil.js";
export * from "./webhooks.js";
export type { Context };

@@ -17,0 +17,0 @@ import type { Context } from "./shared.js";

@@ -45,3 +45,3 @@ "use strict";

__exportStar(require("./timeout.js"), exports);
__exportStar(require("./waitUntil.js"), exports);
__exportStar(require("./webhooks.js"), exports);
var v3_1 = require("@trigger.dev/core/v3");

@@ -48,0 +48,0 @@ Object.defineProperty(exports, "ApiError", { enumerable: true, get: function () { return v3_1.ApiError; } });

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = "3.3.15";
exports.VERSION = "3.3.16";
//# sourceMappingURL=version.js.map

@@ -14,3 +14,3 @@ export * from "./cache.js";

export * from "./timeout.js";
export * from "./waitUntil.js";
export * from "./webhooks.js";
export type { Context };

@@ -17,0 +17,0 @@ import type { Context } from "./shared.js";

@@ -14,3 +14,3 @@ export * from "./cache.js";

export * from "./timeout.js";
export * from "./waitUntil.js";
export * from "./webhooks.js";
export { ApiError, AuthenticationError, BadRequestError, ConflictError, InternalServerError, NotFoundError, PermissionDeniedError, RateLimitError, UnprocessableEntityError, AbortTaskRunError, OutOfMemoryError, logger, } from "@trigger.dev/core/v3";

@@ -17,0 +17,0 @@ export { runs, } from "./runs.js";

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

export const VERSION = "3.3.15";
export const VERSION = "3.3.16";
//# sourceMappingURL=version.js.map
{
"name": "@trigger.dev/sdk",
"version": "3.3.15",
"version": "3.3.16",
"description": "trigger.dev Node.JS SDK",

@@ -43,3 +43,3 @@ "license": "MIT",

"@opentelemetry/semantic-conventions": "1.25.1",
"@trigger.dev/core": "3.3.15",
"@trigger.dev/core": "3.3.16",
"chalk": "^5.2.0",

@@ -52,2 +52,3 @@ "cronstrue": "^2.21.0",

"ulid": "^2.3.0",
"uncrypto": "^0.1.3",
"uuid": "^9.0.0",

@@ -54,0 +55,0 @@ "ws": "^8.11.0"

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