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

@zag-js/pressable

Package Overview
Dependencies
Maintainers
1
Versions
457
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/pressable - npm Package Compare versions

Comparing version 0.0.0-dev-20220830122012 to 0.0.0-dev-20220830133710

3

dist/index.js

@@ -263,2 +263,5 @@ "use strict";

onPointerDown(event) {
if (state2.context.disabled) {
return;
}
if (event.button !== 0 || !contains(event.currentTarget, event.target)) {

@@ -265,0 +268,0 @@ return;

8

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

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

"dependencies": {
"@zag-js/core": "0.0.0-dev-20220830122012",
"@zag-js/types": "0.0.0-dev-20220830122012"
"@zag-js/core": "0.0.0-dev-20220830133710",
"@zag-js/types": "0.0.0-dev-20220830133710"
},
"devDependencies": {
"@zag-js/dom-utils": "0.0.0-dev-20220830122012"
"@zag-js/dom-utils": "0.0.0-dev-20220830133710"
},

@@ -33,0 +33,0 @@ "publishConfig": {

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