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

@zag-js/clipboard

Package Overview
Dependencies
Maintainers
1
Versions
342
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/clipboard - npm Package Compare versions

Comparing version 0.80.0 to 0.81.0

4

dist/index.d.ts

@@ -79,4 +79,4 @@ import * as _zag_js_anatomy from '@zag-js/anatomy';

declare const props: ("value" | "timeout" | "id" | "getRootNode" | "ids" | "onStatusChange")[];
declare const contextProps: <Props extends UserDefinedContext>(props: Props) => [UserDefinedContext, Omit<Props, "value" | "timeout" | "id" | "getRootNode" | "ids" | "onStatusChange">];
declare const props: ("id" | "value" | "getRootNode" | "timeout" | "ids" | "onStatusChange")[];
declare const contextProps: <Props extends UserDefinedContext>(props: Props) => [UserDefinedContext, Omit<Props, "id" | "value" | "getRootNode" | "timeout" | "ids" | "onStatusChange">];
declare const indicatorProps: "copied"[];

@@ -83,0 +83,0 @@ declare const splitIndicatorProps: <Props extends IndicatorProps>(props: Props) => [IndicatorProps, Omit<Props, "copied">];

{
"name": "@zag-js/clipboard",
"version": "0.80.0",
"version": "0.81.0",
"description": "Core logic for the clipboard widget implemented as a state machine",

@@ -30,7 +30,7 @@ "keywords": [

"dependencies": {
"@zag-js/anatomy": "0.80.0",
"@zag-js/core": "0.80.0",
"@zag-js/dom-query": "0.80.0",
"@zag-js/utils": "0.80.0",
"@zag-js/types": "0.80.0"
"@zag-js/anatomy": "0.81.0",
"@zag-js/core": "0.81.0",
"@zag-js/dom-query": "0.81.0",
"@zag-js/utils": "0.81.0",
"@zag-js/types": "0.81.0"
},

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

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