Socket
Socket
Sign inDemoInstall

@reach/auto-id

Package Overview
Dependencies
1
Maintainers
4
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.18.0-pre.5 to 0.18.0

53

CHANGELOG.md

@@ -1,57 +0,20 @@

# @reach/auto-id
# `@reach/auto-id`
## 0.18.0-pre.5
## 0.18.0
### Patch Changes
### BREAKING Changes
- Updated dependencies:
- `@reach/utils@0.18.0-pre.5`
- All default exports have been removed. Replace all default imports with the appropriate documented named export.
- The output directory structure has changed slightly. Module files are now named `reach-<pkg>.mjs` instead of `reach-<pkg>.esm.js`.
## 0.18.0-pre.4
### Patch Changes
- Updated dependencies:
- `@reach/utils@0.18.0-pre.4`
## 0.18.0-pre.3
### Patch Changes
- Fix buggy fallback implementation for React 18 ([`f50908c6`](https://github.com/reach/reach-ui/commit/f50908c6203b44032b601307cb5e7b9aece8f4c6))
- Updated dependencies:
- `@reach/utils@0.18.0-pre.3`
## 0.18.0-pre.2
### Patch Changes
- Fix buggy fallback implementation for React 18 ([`78afc322`](https://github.com/reach/reach-ui/commit/78afc3227a94281ff872019524480837950d0d92))
- Updated dependencies:
- `@reach/utils@0.18.0-pre.2`
## 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))
- We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed.
### Patch Changes
- Updated dependencies:
- `@reach/utils@0.18.0-pre.1`
## 0.18.0-pre.0
### Minor Changes
- We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed. ([`c2a1794b`](https://github.com/reach/reach-ui/commit/c2a1794b6818822080f428a1cbe2cec2b4a0a218))
This may affect you if you use `patch-package` to modify output code. If you need support for legacy browsers, the new bundle may not transpile the same ECMA features as before. In that case you may want to transpile Reach packages directly.
- All default exports have been removed. Replace all default imports with the appropriate documented named export. ([`79319a75`](https://github.com/reach/reach-ui/commit/79319a75a639db398c62ca3296896894eb3e539e))
### Patch Changes
- Fix buggy fallback implementation for React 18 ([`f50908c6`](https://github.com/reach/reach-ui/commit/f50908c6203b44032b601307cb5e7b9aece8f4c6))
- Updated dependencies:
- `@reach/utils@0.18.0-pre.0`
- `@reach/utils@0.18.0`

2

dist/reach-auto-id.cjs.dev.js
"use strict";
/**
* @reach/auto-id v0.18.0-pre.5
* @reach/auto-id v0.18.0
*

@@ -5,0 +5,0 @@ * Copyright (c) 2018-2022, React Training LLC

/**
* @reach/auto-id v0.18.0-pre.5
* @reach/auto-id v0.18.0
*

@@ -4,0 +4,0 @@ * Copyright (c) 2018-2022, React Training LLC

{
"name": "@reach/auto-id",
"version": "0.18.0-pre.5",
"version": "0.18.0",
"description": "Autogenerate IDs to facilitate WAI-ARIA and server rendering.",

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

"dependencies": {
"@reach/utils": "0.18.0-pre.5"
"@reach/utils": "0.18.0"
},

@@ -19,0 +19,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc