Socket
Socket
Sign inDemoInstall

@zag-js/file-upload

Package Overview
Dependencies
Maintainers
0
Versions
560
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/file-upload - npm Package Compare versions

Comparing version 0.58.0 to 0.58.1

2

dist/index.d.ts

@@ -6,3 +6,3 @@ import * as _zag_js_anatomy from '@zag-js/anatomy';

import { FileError, FileMimeType } from '@zag-js/file-utils';
export { FileError } from '@zag-js/file-utils';
export { FileError, FileMimeType } from '@zag-js/file-utils';

@@ -9,0 +9,0 @@ declare const anatomy: _zag_js_anatomy.AnatomyInstance<"root" | "dropzone" | "item" | "itemDeleteTrigger" | "itemGroup" | "itemName" | "itemPreview" | "itemPreviewImage" | "itemSizeText" | "label" | "trigger">;

{
"name": "@zag-js/file-upload",
"version": "0.58.0",
"version": "0.58.1",
"description": "Core logic for the file-upload widget implemented as a state machine",

@@ -31,9 +31,9 @@ "keywords": [

"dependencies": {
"@zag-js/anatomy": "0.58.0",
"@zag-js/core": "0.58.0",
"@zag-js/dom-query": "0.58.0",
"@zag-js/file-utils": "0.58.0",
"@zag-js/i18n-utils": "0.58.0",
"@zag-js/utils": "0.58.0",
"@zag-js/types": "0.58.0"
"@zag-js/anatomy": "0.58.1",
"@zag-js/core": "0.58.1",
"@zag-js/dom-query": "0.58.1",
"@zag-js/file-utils": "0.58.1",
"@zag-js/i18n-utils": "0.58.1",
"@zag-js/utils": "0.58.1",
"@zag-js/types": "0.58.1"
},

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

@@ -240,1 +240,3 @@ import type { Machine, StateMachine as S } from "@zag-js/core"

}
export type { FileMimeType }

@@ -12,2 +12,3 @@ export { anatomy } from "./file-upload.anatomy"

FileError,
FileMimeType,
FileRejectDetails,

@@ -14,0 +15,0 @@ FileRejection,

Sorry, the diff of this file is not supported yet

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