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

@builder.io/agent

Package Overview
Dependencies
Maintainers
23
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@builder.io/agent - npm Package Compare versions

Comparing version
0.0.12
to
0.0.13-dev.0
+9
-9
package.json
{
"name": "@builder.io/agent",
"version": "0.0.12",
"version": "0.0.13-dev.0",
"description": "Builder Agent Installer",
"main": "dist/index.js",
"keywords": [
"builder.io",
"cli",
"fusion"
],
"license": "MIT",
"author": "Builder.io",
"bin": {

@@ -12,2 +18,3 @@ "builder-agent": "dist/index.js"

],
"main": "dist/index.js",
"scripts": {

@@ -21,9 +28,2 @@ "build": "esbuild src/index.ts --bundle --minify --platform=node --target=node18 --outfile=dist/index.js --banner:js=\"#!/usr/bin/env node\"",

},
"keywords": [
"builder.io",
"fusion",
"cli"
],
"author": "Builder.io",
"license": "MIT",
"devDependencies": {

@@ -30,0 +30,0 @@ "@types/node": "^20.5.0",

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