New:Socket for Asana Is Now Available.Learn more
Get Started

@oss-autopilot/core

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oss-autopilot/core - npm Package Compare versions

Comparing version
3.20.5
to
3.21.0
+1
-0
dist/commands/scout-bridge.js

@@ -108,2 +108,3 @@ /**

excludeOrgs: config.excludeOrgs ?? [],
preferredOrgs: config.preferredOrgs ?? [],
aiPolicyBlocklist: config.aiPolicyBlocklist,

@@ -110,0 +111,0 @@ projectCategories: config.projectCategories ?? [],

+1
-1

@@ -55,3 +55,3 @@ /**

if (!parsed.success) {
throw new Error(`Unknown search strategy "${token}". Valid strategies: merged, starred, broad, maintained, all`);
throw new Error(`Unknown search strategy "${token}". Valid strategies: merged, orgs, starred, broad, maintained, all`);
}

@@ -58,0 +58,0 @@ strategies.push(parsed.data);

{
"name": "@oss-autopilot/core",
"version": "3.20.5",
"version": "3.21.0",
"description": "CLI and core library for managing open source contributions",

@@ -58,3 +58,3 @@ "type": "module",

"@octokit/rest": "^22.0.1",
"@oss-scout/core": "^1.5.2",
"@oss-scout/core": "^1.6.0",
"commander": "^15.0.0",

@@ -61,0 +61,0 @@ "zod": "^4.4.3"

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

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