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

@tamagui/use-escape-keydown

Package Overview
Dependencies
Maintainers
1
Versions
533
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tamagui/use-escape-keydown - npm Package Compare versions

Comparing version 1.121.11 to 1.121.12

6

dist/cjs/index.js

@@ -23,7 +23,7 @@ var __create = Object.create;

)), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
var src_exports = {};
__export(src_exports, {
var index_exports = {};
__export(index_exports, {
useEscapeKeydown: () => useEscapeKeydown
});
module.exports = __toCommonJS(src_exports);
module.exports = __toCommonJS(index_exports);
var import_react = __toESM(require("react")), import_use_callback_ref = require("@tamagui/use-callback-ref");

@@ -30,0 +30,0 @@ function useEscapeKeydown(onEscapeKeyDownProp, ownerDocument = globalThis?.document) {

@@ -24,7 +24,7 @@ "use strict";

)), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
var src_exports = {};
__export(src_exports, {
var index_exports = {};
__export(index_exports, {
useEscapeKeydown: () => useEscapeKeydown
});
module.exports = __toCommonJS(src_exports);
module.exports = __toCommonJS(index_exports);
var import_react = __toESM(require("react")), import_use_callback_ref = require("@tamagui/use-callback-ref");

@@ -31,0 +31,0 @@ function useEscapeKeydown(onEscapeKeyDownProp) {

{
"name": "@tamagui/use-escape-keydown",
"version": "1.121.11",
"version": "1.121.12",
"types": "./types/index.d.ts",

@@ -21,6 +21,6 @@ "main": "dist/cjs",

"dependencies": {
"@tamagui/use-callback-ref": "1.121.11"
"@tamagui/use-callback-ref": "1.121.12"
},
"devDependencies": {
"@tamagui/build": "1.121.11"
"@tamagui/build": "1.121.12"
},

@@ -27,0 +27,0 @@ "exports": {

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