🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

stability-client

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stability-client - npm Package Compare versions

Comparing version

to
1.5.0

LICENSE

@@ -19,2 +19,10 @@ /// <reference types="node" />

noStore: boolean;
imagePrompt: {
mime: string;
content: Buffer;
} | null;
stepSchedule: {
start?: number;
end?: number;
};
}>;

@@ -21,0 +29,0 @@ declare type RequiredStabilityOptions = {

5

package.json
{
"name": "stability-client",
"version": "1.4.1",
"version": "1.5.0",
"description": "A client for the Stability AI SDK",
"main": "./build/index.js",
"repository": "https://github.com/vpzomtrrfrt/stability-client",
"scripts": {

@@ -20,3 +21,3 @@ "start": "node ./build/index.js",

"keywords": [],
"author": "Jacob Kelley <jakie8@gmail.com>",
"contributors": ["Jacob Kelley <jakie8@gmail.com>", "Colin Reeder <colin@vpzom.click>"],
"license": "MIT",

@@ -23,0 +24,0 @@ "devDependencies": {

build/bin.js

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display