Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aria-ui/overlay

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aria-ui/overlay - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

LICENSE

28

package.json
{
"name": "@aria-ui/overlay",
"type": "module",
"version": "0.0.4",
"version": "0.0.5",
"private": false,
"sideEffects": false,
"main": "src/index.ts",
"scripts": {
"build": "tsup"
},
"main": "dist/index.js",
"files": [
"dist"
],
"dependencies": {
"@aria-ui/core": "^0.0.6",
"@aria-ui/core": "^0.0.7",
"@floating-ui/dom": "^1.6.3",
"@zag-js/dom-query": "^0.37.3"
"@zag-js/dom-query": "^0.38.0"
},

@@ -21,7 +21,9 @@ "devDependencies": {

"publishConfig": {
"access": "public",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts"
}
}
"access": "public"
},
"scripts": {
"build": "tsup"
},
"module": "dist/index.js",
"types": "dist/index.d.ts"
}
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