You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

opencode-scheduler

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opencode-scheduler - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+4
-1
package.json
{
"name": "opencode-scheduler",
"version": "1.0.0",
"version": "1.0.1",
"description": "OpenCode plugin for scheduling recurring jobs using launchd (Mac) or systemd (Linux)",

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

"prepublishOnly": "bun run clean && bun run build",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish",
"typecheck": "tsc --noEmit"

@@ -23,0 +26,0 @@ },

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