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

ai-driven

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ai-driven - npm Package Compare versions

Comparing version 1.0.4 to 1.1.1

2

dist/index.js

@@ -36,3 +36,3 @@ "use strict";

const c = !context ? '' : `(context: ${context})`;
const message = `Translate the following text ${c} to \`${l}\` language: "${text}"`;
const message = `Translate the following text ${c} to \`${l}\` language: \n\n${text}`;
return this.sendToClaude(message);

@@ -39,0 +39,0 @@ }

{
"name": "ai-driven",
"version": "1.0.4",
"version": "1.1.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "Dimitry Ivanov <2@ivanoff.org.ua> # curl -A cv ivanoff.org.ua",

@@ -21,3 +21,3 @@ # ai-driven

console.log('Translated text:', translatedText);
console.log(translatedText); // => Ciao, mondo!
```

@@ -24,0 +24,0 @@

@@ -43,3 +43,3 @@ class Assistant {

const c = !context ? '' : `(context: ${context})`;
const message = `Translate the following text ${c} to \`${l}\` language: "${text}"`;
const message = `Translate the following text ${c} to \`${l}\` language: \n\n${text}`;
return this.sendToClaude(message);

@@ -46,0 +46,0 @@ }

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