Socket
Socket
Sign inDemoInstall

socrate

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

socrate - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

dist/startingvalues.js

@@ -35,5 +35,5 @@ "use strict";

const base_1 = require("./gpt/base");
dotenv.config();
exports.ENV_FILE_LOCATION = path_1.default.join(__dirname, '..', '.env');
const DATA_DIR_LOCATION = path_1.default.join(__dirname, '..', 'data');
dotenv.config({ path: exports.ENV_FILE_LOCATION });
const question = (questionText) => {

@@ -40,0 +40,0 @@ const rl = (0, readline_1.createInterface)({

{
"name": "socrate",
"version": "1.0.7",
"version": "1.0.8",
"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!",

@@ -6,3 +6,2 @@ import { createInterface } from 'readline';

import { reconfigureGPT } from './gpt/base';
dotenv.config();

@@ -12,2 +11,4 @@ export const ENV_FILE_LOCATION = path.join(__dirname, '..', '.env');

dotenv.config({path: ENV_FILE_LOCATION})
const question = (questionText: string) => {

@@ -14,0 +15,0 @@ const rl = createInterface({

Sorry, the diff of this file is not supported yet

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