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

@huggingface/inference

Package Overview
Dependencies
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@huggingface/inference - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

4

dist/index.d.ts

@@ -170,7 +170,7 @@ export interface Options {

/**
* A float that represents how likely it is that the image file belongs to this class.
* The label for the class (model specific)
*/
label: string;
/**
* The label for the class (model specific)
* A float that represents how likely it is that the image file belongs to this class.
*/

@@ -177,0 +177,0 @@ score: number;

{
"name": "@huggingface/inference",
"version": "2.5.0",
"version": "2.5.1",
"packageManager": "pnpm@8.3.1",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -14,7 +14,7 @@ import { InferenceOutputError } from "../../lib/InferenceOutputError";

/**
* A float that represents how likely it is that the image file belongs to this class.
* The label for the class (model specific)
*/
label: string;
/**
* The label for the class (model specific)
* A float that represents how likely it is that the image file belongs to this class.
*/

@@ -21,0 +21,0 @@ score: number;

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