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
133
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 0.15.0 to 0.15.1

2

dist/commonjs/model-libraries-snippets.js

@@ -502,3 +502,3 @@ "use strict";

// Then, add remaining tasks
for (const task in tasks) {
for (const task of tasks) {
if (!Object.keys(_keras_hub_tasks_with_example).includes(task)) {

@@ -505,0 +505,0 @@ snippets.push(_keras_hub_task_without_example(task, modelId));

@@ -475,3 +475,3 @@ import { LIBRARY_TASK_MAPPING } from "./library-to-tasks.js";

// Then, add remaining tasks
for (const task in tasks) {
for (const task of tasks) {
if (!Object.keys(_keras_hub_tasks_with_example).includes(task)) {

@@ -478,0 +478,0 @@ snippets.push(_keras_hub_task_without_example(task, modelId));

{
"name": "@huggingface/tasks",
"packageManager": "pnpm@8.10.5",
"version": "0.15.0",
"version": "0.15.1",
"description": "List of ML tasks for huggingface.co/tasks",

@@ -6,0 +6,0 @@ "repository": "https://github.com/huggingface/huggingface.js.git",

@@ -529,3 +529,3 @@ import type { ModelData } from "./model-data.js";

// Then, add remaining tasks
for (const task in tasks) {
for (const task of tasks) {
if (!Object.keys(_keras_hub_tasks_with_example).includes(task)) {

@@ -532,0 +532,0 @@ snippets.push(_keras_hub_task_without_example(task, modelId));

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