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.1.2 to 2.1.3

src/utils/base64FromBytes.ts

2

dist/index.js

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

// ../shared/src/base64FromBytes.ts
// src/utils/base64FromBytes.ts
function base64FromBytes(arr) {

@@ -549,0 +549,0 @@ if (globalThis.Buffer) {

{
"name": "@huggingface/inference",
"version": "2.1.2",
"version": "2.1.3",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "Tim Mikeladze <tim.mikeladze@gmail.com>",

@@ -5,3 +5,3 @@ import { InferenceOutputError } from "../../lib/InferenceOutputError";

import type { RequestArgs } from "../../types";
import { base64FromBytes } from "../../../../shared/src/base64FromBytes";
import { base64FromBytes } from "../../utils/base64FromBytes";
import { toArray } from "../../utils/toArray";

@@ -8,0 +8,0 @@

import { InferenceOutputError } from "../../lib/InferenceOutputError";
import type { BaseArgs, Options, RequestArgs } from "../../types";
import { request } from "../custom/request";
import { base64FromBytes } from "../../../../shared/src/base64FromBytes";
import { base64FromBytes } from "../../utils/base64FromBytes";

@@ -6,0 +6,0 @@ export type VisualQuestionAnsweringArgs = BaseArgs & {

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