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
0
Versions
68
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

to
3.4.1

2

dist/index.js

@@ -327,3 +327,3 @@ var __defProp = Object.defineProperty;

var name = "@huggingface/inference";
var version = "3.4.0";
var version = "3.4.1";

@@ -330,0 +330,0 @@ // src/providers/consts.ts

@@ -1,2 +0,2 @@

import type { ChatCompletionInput, FeatureExtractionInput, PipelineType } from "@huggingface/tasks";
import type { ChatCompletionInput, PipelineType } from "@huggingface/tasks";
/**

@@ -68,3 +68,3 @@ * HF model id, like "meta-llama/Llama-3.3-70B-Instruct"

audio_url: string;
} | ChatCompletionInput | FeatureExtractionInput) & {
} | ChatCompletionInput) & {
parameters?: Record<string, unknown>;

@@ -71,0 +71,0 @@ };

{
"name": "@huggingface/inference",
"version": "3.4.0",
"version": "3.4.1",
"packageManager": "pnpm@8.10.5",

@@ -42,3 +42,3 @@ "license": "MIT",

"dependencies": {
"@huggingface/tasks": "^0.16.4"
"@huggingface/tasks": "^0.16.5"
},

@@ -45,0 +45,0 @@ "devDependencies": {

@@ -1,2 +0,2 @@

import type { ChatCompletionInput, FeatureExtractionInput, PipelineType } from "@huggingface/tasks";
import type { ChatCompletionInput, PipelineType } from "@huggingface/tasks";

@@ -90,3 +90,2 @@ /**

| ChatCompletionInput
| FeatureExtractionInput
) & {

@@ -93,0 +92,0 @@ parameters?: Record<string, unknown>;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet