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
3
Versions
502
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 2.0.3 to 2.0.4

9

dist/index.js

@@ -1360,2 +1360,11 @@ "use strict";

}
case "VALIDATE": {
return {
status: 200,
body: {
ok: true,
endpointId: this.id
}
};
}
}

@@ -1362,0 +1371,0 @@ return {

4

package.json
{
"name": "@trigger.dev/sdk",
"version": "2.0.3",
"version": "2.0.4",
"description": "trigger.dev Node.JS SDK",

@@ -21,3 +21,3 @@ "main": "./dist/index.js",

"dependencies": {
"@trigger.dev/core": "^2.0.3",
"@trigger.dev/core": "^2.0.4",
"chalk": "^5.2.0",

@@ -24,0 +24,0 @@ "cronstrue": "^2.21.0",

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