Socket
Socket
Sign inDemoInstall

@nextui-org/use-safe-layout-effect

Package Overview
Dependencies
Maintainers
1
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextui-org/use-safe-layout-effect - npm Package Compare versions

Comparing version 0.0.0-dev-v2-20230326012034 to 0.0.0-dev-v2-20230326015124

12

package.json
{
"name": "@nextui-org/use-safe-layout-effect",
"version": "0.0.0-dev-v2-20230326012034",
"version": "0.0.0-dev-v2-20230326015124",
"description": "",

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

"license": "MIT",
"main": "dist/index.cjs.js",
"main": "dist/index.js",
"sideEffects": false,

@@ -35,2 +35,3 @@ "files": [

},
"clean-package": "../../../clean-package.config.json",
"tsup": {

@@ -44,8 +45,9 @@ "clean": true,

},
"module": "dist/index.esm.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js"
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},

@@ -52,0 +54,0 @@ "./package.json": "./package.json"

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