Socket
Socket
Sign inDemoInstall

@reach/auto-id

Package Overview
Dependencies
Maintainers
4
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reach/auto-id - npm Package Compare versions

Comparing version 0.10.5 to 0.11.0

2

dist/auto-id.cjs.development.js

@@ -78,3 +78,3 @@ 'use strict';

*
* @see Docs https://reacttraining.com/reach-ui/auto-id
* @see Docs https://reach.tech/auto-id
*/

@@ -81,0 +81,0 @@

@@ -74,3 +74,3 @@ import { useState, useEffect } from 'react';

*
* @see Docs https://reacttraining.com/reach-ui/auto-id
* @see Docs https://reach.tech/auto-id
*/

@@ -77,0 +77,0 @@

@@ -10,4 +10,4 @@ /**

*
* @see Docs https://reacttraining.com/reach-ui/auto-id
* @see Docs https://reach.tech/auto-id
*/
export declare const useId: (idFromProps?: string | null | undefined) => string | undefined;
{
"name": "@reach/auto-id",
"version": "0.10.5",
"version": "0.11.0",
"description": "Autogenerate IDs to facilitate WAI-ARIA and server rendering.",

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

"scripts": {
"build": "ts-node ../../scripts/build"
"build": "ts-node --transpile-only ../../scripts/build-package $npm_package_name"
},

@@ -28,6 +28,6 @@ "peerDependencies": {

"dependencies": {
"@reach/utils": "0.10.5",
"@reach/utils": "0.11.0",
"tslib": "^2.0.0"
},
"gitHead": "86a046f54d53b6420e392b3fa56dd991d9d4e458"
"gitHead": "7eaa66982cd17fb012c13c97e6a1770f75b6ce00"
}

@@ -5,3 +5,3 @@ # @reach/auto-id

[Docs](https://reacttraining.com/reach-ui/auto-id) | [Source](https://github.com/reach/reach-ui/tree/main/packages/auto-id)
[Docs](https://reach.tech/auto-id) | [Source](https://github.com/reach/reach-ui/tree/main/packages/auto-id)

@@ -8,0 +8,0 @@ Autogenerate IDs to facilitate WAI-ARIA and server rendering.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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