Socket
Socket
Sign inDemoInstall

@chakra-ui/focus-lock

Package Overview
Dependencies
Maintainers
2
Versions
258
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/focus-lock - npm Package Compare versions

Comparing version 0.0.0-dev-20230531085907 to 0.0.0-dev-20230718122336

dist/chunk-UU5OHSNF.mjs

6

dist/focus-lock.js

@@ -0,1 +1,2 @@

'use client'
"use strict";

@@ -21,2 +22,6 @@ var __create = Object.create;

var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
// If the importer is in node compatibility mode or this is not an ESM
// file that has been converted to a CommonJS file using a Babel-
// compatible transform (i.e. "__esModule" has not been set), then set
// "default" to the CommonJS "module.exports" for node compatibility.
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,

@@ -90,1 +95,2 @@ mod

});
//# sourceMappingURL=focus-lock.js.map

@@ -0,1 +1,2 @@

'use client'
"use strict";

@@ -21,2 +22,6 @@ var __create = Object.create;

var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
// If the importer is in node compatibility mode or this is not an ESM
// file that has been converted to a CommonJS file using a Babel-
// compatible transform (i.e. "__esModule" has not been set), then set
// "default" to the CommonJS "module.exports" for node compatibility.
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,

@@ -90,1 +95,2 @@ mod

});
//# sourceMappingURL=index.js.map

12

package.json
{
"name": "@chakra-ui/focus-lock",
"version": "0.0.0-dev-20230531085907",
"version": "0.0.0-dev-20230718122336",
"description": "React focus lock for all Chakra components",

@@ -33,3 +33,3 @@ "keywords": [

"react-focus-lock": "^2.9.4",
"@chakra-ui/dom-utils": "0.0.0-dev-20230531085907"
"@chakra-ui/dom-utils": "2.1.0"
},

@@ -44,10 +44,2 @@ "peerDependencies": {

"clean-package": "../../../clean-package.config.json",
"tsup": {
"clean": true,
"target": "es2019",
"format": [
"cjs",
"esm"
]
},
"module": "dist/index.mjs",

@@ -54,0 +46,0 @@ "types": "dist/index.d.ts",

Sorry, the diff of this file is not supported yet

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