Socket
Socket
Sign inDemoInstall

socrate

Package Overview
Dependencies
37
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.8 to 1.0.9

2

dist/socrate.js

@@ -28,6 +28,6 @@ #!/usr/bin/env node

const dotenv = __importStar(require("dotenv"));
dotenv.config({ path: startingvalues_1.ENV_FILE_LOCATION });
const ts_command_line_args_1 = require("ts-command-line-args");
const rundebate_1 = require("./rundebate");
const startingvalues_1 = require("./startingvalues");
dotenv.config({ path: startingvalues_1.ENV_FILE_LOCATION });
(0, startingvalues_1.checkForStartingValuesAndSave)().then(() => {

@@ -34,0 +34,0 @@ const args = (0, ts_command_line_args_1.parse)({

{
"name": "socrate",
"version": "1.0.8",
"version": "1.0.9",
"author": "Hrishi Olickel <hrishi[@]grey-wing.com> (https://olickel.com)",

@@ -5,0 +5,0 @@ "description": "A discussion room for using GPT personalities with internal monologues to debate problems. Provide a problem to start, or customize the settings of the debate room. Custom agents incoming!",

#!/usr/bin/env node
import * as dotenv from "dotenv";
dotenv.config({path: ENV_FILE_LOCATION});

@@ -10,2 +9,3 @@ import { parse } from "ts-command-line-args";

import { ENV_FILE_LOCATION, checkForStartingValuesAndSave } from './startingvalues';
dotenv.config({path: ENV_FILE_LOCATION});

@@ -12,0 +12,0 @@ checkForStartingValuesAndSave().then(() => {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc