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

@huggingface/inference

Package Overview
Dependencies
Maintainers
3
Versions
46
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.3.1 to 2.3.2

1

./dist/index.js

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

/// <reference path="./index.d.ts" />
"use strict";

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

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

/// <reference path="./index.d.ts" />
"use strict";

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

5

package.json
{
"name": "@huggingface/inference",
"version": "2.3.1",
"version": "2.3.2",
"packageManager": "pnpm@8.3.1",

@@ -45,4 +45,3 @@ "license": "MIT",

"vite": "^4.1.4",
"vitest": "^0.29.8",
"@huggingface/shared": "1.0.0"
"vitest": "^0.29.8"
},

@@ -49,0 +48,0 @@ "bundledDependencies": [

@@ -19,2 +19,9 @@ # 🤗 Hugging Face Inference API

### Deno
```
// This should automatically load the types located at https://www.unpkg.com/@huggingface/inference@2.3.2/dist/index.d.ts
import { HfInference } from "https://www.unpkg.com/@huggingface/inference@2.3.2/dist/index.mjs"
```
## Usage

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