Socket
Socket
Sign inDemoInstall

@chakra-ui/lazy-utils

Package Overview
Dependencies
Maintainers
3
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/lazy-utils - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

20

package.json
{
"name": "@chakra-ui/lazy-utils",
"version": "2.0.1",
"version": "2.0.2",
"description": "Utility functions for lazy loading disclosure elements",

@@ -14,4 +14,2 @@ "keywords": [

"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"sideEffects": false,

@@ -27,3 +25,3 @@ "files": [

"url": "git+https://github.com/chakra-ui/chakra-ui.git",
"directory": "utilities/lazy-utils"
"directory": "packages/utilities/lazy-utils"
},

@@ -33,5 +31,17 @@ "bugs": {

},
"devDependencies": {
"clean-package": "2.1.1"
},
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js"
},
"./package.json": "./package.json"
},
"scripts": {
"build": "tsup src/index.ts --format=esm,cjs --dts",
"dev": "pnpm build -- --watch",
"dev": "pnpm build:fast -- --watch",
"clean": "rimraf dist .turbo",

@@ -38,0 +48,0 @@ "typecheck": "tsc --noEmit",

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