Socket
Socket
Sign inDemoInstall

@reach/listbox

Package Overview
Dependencies
17
Maintainers
4
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.18.0-pre.0 to 0.18.0-pre.1

dist/reach-listbox.cjs.dev.js

15

CHANGELOG.md
# @reach/listbox
## 0.18.0-pre.1
### Minor Changes
- The output directory structure has changed slightly. Module files are now named `reach-<pkg>.mjs` instead of `reach-<pkg>.esm.js`. ([`6e40773f`](https://github.com/reach/reach-ui/commit/6e40773fc0f430dba9029fee57b526a7eb25827e))
### Patch Changes
- Updated dependencies:
- `@reach/auto-id@0.18.0-pre.1`
- `@reach/descendants@0.18.0-pre.1`
- `@reach/machine@0.18.0-pre.1`
- `@reach/popover@0.18.0-pre.1`
- `@reach/utils@0.18.0-pre.1`
## 0.18.0-pre.0

@@ -4,0 +19,0 @@

18

package.json
{
"name": "@reach/listbox",
"version": "0.18.0-pre.0",
"version": "0.18.0-pre.1",
"description": "Accessible React listbox input.",

@@ -16,7 +16,7 @@ "author": "React Training <hello@reacttraining.com>",

"dependencies": {
"@reach/auto-id": "0.18.0-pre.0",
"@reach/descendants": "0.18.0-pre.0",
"@reach/machine": "0.18.0-pre.0",
"@reach/popover": "0.18.0-pre.0",
"@reach/utils": "0.18.0-pre.0",
"@reach/auto-id": "0.18.0-pre.1",
"@reach/descendants": "0.18.0-pre.1",
"@reach/machine": "0.18.0-pre.1",
"@reach/popover": "0.18.0-pre.1",
"@reach/utils": "0.18.0-pre.1",
"tiny-invariant": "^1.2.0"

@@ -36,4 +36,4 @@ },

},
"main": "./dist/index.cjs.js",
"types": "./dist/index.d.ts",
"main": "./dist/reach-listbox.cjs.js",
"types": "./dist/reach-listbox.d.ts",
"files": [

@@ -49,3 +49,3 @@ "CHANGELOG.md",

},
"module": "./dist/index.mjs",
"module": "./dist/reach-listbox.mjs",
"scripts": {

@@ -52,0 +52,0 @@ "build": "tsup"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc