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

jacob-setup

Package Overview
Dependencies
Maintainers
1
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.6 to 1.0.7

2

index.js

@@ -169,3 +169,3 @@ #!/usr/bin/env node

const answers = await inquirer.default.prompt(questions); // Access prompt via default
const configFilePath = path.join(process.cwd(), "otto.json"); // change this to jacob-config.json or something similar
const configFilePath = path.join(process.cwd(), "jacob.json");

@@ -172,0 +172,0 @@ fs.writeFile(configFilePath, JSON.stringify(answers, null, 2), (err) => {

{
"name": "jacob-setup",
"version": "1.0.6",
"version": "1.0.7",
"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",

@@ -18,3 +18,3 @@ ### README.md for `jacob-config` Package

```bash
npx jacob-config
npx jacob-config create
```

@@ -21,0 +21,0 @@

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