New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hercai

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hercai - npm Package Compare versions

Comparing version 12.1.0 to 12.1.1

20

CHANGELOG.md

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

# Version 12.1.1
<Timestamp: Sat Jan 27 2024 20:40:54 GMT+0000 (Coordinated Universal Time)>
>> 🟢 Added
None
>> 🔴 Removed
None
>> 🔃 Changed
None
>> 🪄 Patches
Bug Patch for TypeScript.
# Version 12.1.0

@@ -2,0 +22,0 @@ <Timestamp: 2024-01-18T20:46:09.034Z>

2

index.js

@@ -16,2 +16,2 @@ "use strict";

}}catch(err){}
}
}
{
"name": "hercai",
"version": "12.1.0",
"version": "12.1.1",
"description": "A powerful library for interacting with the Herc.ai API",

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

@@ -25,3 +25,3 @@ export = Hercai;

*/
question(object:{model:"v3"|"v3-32k"|"turbo"|"turbo-16k"|"gemini",content:string,personality:string|""}):Promise<{content:string,reply:string}>;
question(object:{model:"v3"|"v3-32k"|"turbo"|"turbo-16k"|"gemini",content:string,personality?:string|""}):Promise<{content:string,reply:string}>;

@@ -39,3 +39,3 @@

*/
drawImage(object:{model:"v1"|"v2"|"v2-beta"|"v3"|"lexica"|"prodia"|"simurg"|"animefy"|"raava"|"shonin",prompt:string,negative_prompt:string|""}):Promise<{model:string,prompt:string,url:string}>;
drawImage(object:{model:"v1"|"v2"|"v2-beta"|"v3"|"lexica"|"prodia"|"simurg"|"animefy"|"raava"|"shonin",prompt:string,negative_prompt?:string|""}):Promise<{model:string,prompt:string,url:string}>;

@@ -42,0 +42,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