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

@nextui-org/aria-utils

Package Overview
Dependencies
Maintainers
1
Versions
472
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextui-org/aria-utils - npm Package Compare versions

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

14

package.json
{
"name": "@nextui-org/aria-utils",
"version": "0.0.0-dev-v2-20230326012034",
"version": "0.0.0-dev-v2-20230326015124",
"description": "A package for managing @react-aria nextui utils.",

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

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

@@ -39,3 +39,3 @@ "files": [

"@react-stately/tree": "^3.5.0",
"@nextui-org/system": "0.0.0-dev-v2-20230326012034"
"@nextui-org/system": "0.0.0-dev-v2-20230326015124"
},

@@ -49,2 +49,3 @@ "devDependencies": {

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

@@ -58,8 +59,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"
},

@@ -66,0 +68,0 @@ "./package.json": "./package.json"

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