Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jacob-setup

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jacob-setup - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

12

index.js

@@ -31,2 +31,14 @@ #!/usr/bin/env node

{
type: "input",
name: "installCommand",
message: "What command do you use to install dependencies before building (e.g. npm install or yarn install)?",
default: "npm install",
},
{
type: "input",
name: "buildCommand",
message: "What command do you use to build (e.g. npm run build or yarn build)?",
default: "npm run build --verbose",
},
{
type: "list",

@@ -33,0 +45,0 @@ name: "style",

2

package.json
{
"name": "jacob-setup",
"version": "1.0.8",
"version": "1.0.9",
"description": "A command-line utility for generating JACoB configuration files, enabling easy setup and integration of the JACoB AI coding assistant into web development projects.",

@@ -5,0 +5,0 @@ "main": "index.js",

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