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

@huggingface/tasks

Package Overview
Dependencies
Maintainers
4
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@huggingface/tasks - npm Package Compare versions

Comparing version

to
0.13.0-test2

dist/index.d.cts

5

package.json
{
"name": "@huggingface/tasks",
"packageManager": "pnpm@8.10.5",
"version": "0.13.0-test",
"version": "0.13.0-test2",
"description": "List of ML tasks for huggingface.co/tasks",

@@ -12,3 +12,2 @@ "repository": "https://github.com/huggingface/huggingface.js.git",

"module": "./dist/index.js",
"types": "./dist/src/index.d.ts",
"exports": {

@@ -44,3 +43,3 @@ ".": {

"format:check": "prettier --check .",
"build": "tsup src/index.ts --format cjs,esm --clean && tsc --emitDeclarationOnly --declaration",
"build": "tsup src/index.ts --format cjs,esm --dts --clean",
"watch:export": "tsup src/index.ts --format cjs,esm --watch",

@@ -47,0 +46,0 @@ "watch:types": "tsc --emitDeclarationOnly --declaration --watch",