Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@useswarm/cli

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@useswarm/cli - npm Package Compare versions

Comparing version
0.3.0
to
0.3.1
+1
-1
dist/lib/config.js
import Conf from "conf";
const DEFAULT_API_URL = "https://staging-api.useswarm.co";
const DEFAULT_API_URL = "https://api.useswarm.co";
const store = new Conf({

@@ -4,0 +4,0 @@ projectName: "swarm",

{
"name": "@useswarm/cli",
"version": "0.3.0",
"version": "0.3.1",
"description": "Swarm CLI — AI-powered UX testing from your terminal",
"type": "module",
"license": "MIT",
"license": "UNLICENSED",
"bin": {

@@ -13,8 +13,2 @@ "swarm": "./dist/index.js"

],
"scripts": {
"dev": "tsx src/index.ts",
"build": "tsc",
"start": "node dist/index.js",
"prepublishOnly": "npm run build"
},
"keywords": [

@@ -50,3 +44,8 @@ "ux",

"node": ">=18"
},
"scripts": {
"dev": "tsx src/index.ts",
"build": "tsc",
"start": "node dist/index.js"
}
}
}