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
0
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 1.0.0 to 1.0.1

7

dist/index.d.ts
import * as _zag_js_anatomy from '@zag-js/anatomy';
import { CommonProperties, RequiredBy, PropTypes, NormalizeProps } from '@zag-js/types';
import * as _zag_js_core from '@zag-js/core';
import { Service } from '@zag-js/core';
import { Service, Machine } from '@zag-js/core';

@@ -58,2 +58,3 @@ declare const anatomy: _zag_js_anatomy.AnatomyInstance<"root" | "control" | "trigger" | "indicator" | "input" | "label">;

type ClipboardService = Service<ClipboardSchema>;
type ClipboardMachine = Machine<ClipboardSchema>;
interface IndicatorProps {

@@ -89,3 +90,3 @@ copied: boolean;

declare const machine: _zag_js_core.MachineConfig<ClipboardSchema>;
declare const machine: _zag_js_core.Machine<ClipboardSchema>;

@@ -97,2 +98,2 @@ declare const props: (keyof ClipboardProps)[];

export { type ClipboardApi as Api, type CopyStatusDetails, type ElementIds, type IndicatorProps, type ClipboardProps as Props, type ClipboardSchema as Schema, type ClipboardService as Service, anatomy, connect, contextProps, indicatorProps, machine, props, splitIndicatorProps };
export { type ClipboardApi as Api, type CopyStatusDetails, type ElementIds, type IndicatorProps, type ClipboardMachine as Machine, type ClipboardProps as Props, type ClipboardSchema as Schema, type ClipboardService as Service, anatomy, connect, contextProps, indicatorProps, machine, props, splitIndicatorProps };
{
"name": "@zag-js/clipboard",
"version": "1.0.0",
"version": "1.0.1",
"description": "Core logic for the clipboard widget implemented as a state machine",

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

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

@@ -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