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

to
0.0.0-dev-20240218175520

5

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

@@ -34,3 +34,4 @@ import { StateMachine } from '@zag-js/core';

}
type PrivateContext = Context<{}>;
interface PrivateContext {
}
type ComputedContext = Readonly<{}>;

@@ -37,0 +38,0 @@ type UserDefinedContext = RequiredBy<PublicContext, "id">;

12

package.json
{
"name": "@zag-js/clipboard",
"version": "0.0.0-dev-20240218121115",
"version": "0.0.0-dev-20240218175520",
"description": "Core logic for the clipboard widget implemented as a state machine",

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

"dependencies": {
"@zag-js/anatomy": "0.0.0-dev-20240218121115",
"@zag-js/core": "0.0.0-dev-20240218121115",
"@zag-js/dom-query": "0.0.0-dev-20240218121115",
"@zag-js/utils": "0.0.0-dev-20240218121115",
"@zag-js/types": "0.0.0-dev-20240218121115"
"@zag-js/anatomy": "0.0.0-dev-20240218175520",
"@zag-js/core": "0.0.0-dev-20240218175520",
"@zag-js/dom-query": "0.0.0-dev-20240218175520",
"@zag-js/utils": "0.0.0-dev-20240218175520",
"@zag-js/types": "0.0.0-dev-20240218175520"
},

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

import type { StateMachine as S } from "@zag-js/core"
import type { CommonProperties, Context, PropTypes, RequiredBy } from "@zag-js/types"
import type { CommonProperties, PropTypes, RequiredBy } from "@zag-js/types"

@@ -33,3 +33,3 @@ export interface CopyStatusDetails {

type PrivateContext = Context<{}>
interface PrivateContext {}

@@ -36,0 +36,0 @@ type ComputedContext = Readonly<{}>

Sorry, the diff of this file is not supported yet