Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@zag-js/checkbox

Package Overview
Dependencies
Maintainers
1
Versions
948
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/checkbox - npm Package Compare versions

Comparing version 0.0.0-dev-20220703123907 to 0.0.0-dev-20220703125047

26

dist/index.js

@@ -46,15 +46,2 @@ "use strict";

};
function nextTick(fn) {
const set = /* @__PURE__ */ new Set();
function raf2(fn2) {
const id = globalThis.requestAnimationFrame(fn2);
set.add(() => globalThis.cancelAnimationFrame(id));
}
raf2(() => raf2(fn));
return function cleanup() {
set.forEach(function(fn2) {
fn2();
});
};
}
function getWindow(el) {

@@ -132,2 +119,15 @@ var _a;

};
function nextTick(fn) {
const set = /* @__PURE__ */ new Set();
function raf2(fn2) {
const id = globalThis.requestAnimationFrame(fn2);
set.add(() => globalThis.cancelAnimationFrame(id));
}
raf2(() => raf2(fn));
return function cleanup() {
set.forEach(function(fn2) {
fn2();
});
};
}

@@ -134,0 +134,0 @@ // src/checkbox.dom.ts

{
"name": "@zag-js/checkbox",
"version": "0.0.0-dev-20220703123907",
"version": "0.0.0-dev-20220703125047",
"description": "Core logic for the checkbox widget implemented as a state machine",

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

"dependencies": {
"@zag-js/core": "0.0.0-dev-20220703123907",
"@zag-js/types": "0.0.0-dev-20220703123907"
"@zag-js/core": "0.0.0-dev-20220703125047",
"@zag-js/types": "0.0.0-dev-20220703125047"
},
"devDependencies": {
"@zag-js/dom-utils": "0.0.0-dev-20220703123907",
"@zag-js/dom-utils": "0.0.0-dev-20220703125047",
"@zag-js/utils": "0.1.2"
}
}

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