You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@reach/auto-id

Package Overview
Dependencies
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.1 to 0.7.2

LICENSE

24

package.json
{
"name": "@reach/auto-id",
"version": "0.7.1",
"version": "0.7.2",
"description": "Autogenerate IDs to facilitate WAI-ARIA and server rendering.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
"repository": {

@@ -10,4 +12,12 @@ "type": "git",

},
"scripts": {
"build": "yarn clean && cross-env NODE_ENV=production tsdx build --format=cjs,esm --tsconfig tsconfig.build.json",
"clean": "rm -rf ./dist",
"compile": "cross-env NODE_ENV=production tsdx build --format=cjs,esm --tsconfig tsconfig.build.json"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"main": "dist/index.js",
"umd:main": "dist/auto-id.umd.production.js",
"module": "dist/auto-id.esm.js",

@@ -18,11 +28,3 @@ "typings": "dist/index.d.ts",

],
"scripts": {
"build": "cross-env NODE_ENV=production tsdx build --format=cjs,esm,umd"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"author": "React Training <hello@reacttraining.com>",
"license": "MIT"
"gitHead": "96cf6c191cca0f2cbcb7ff578f15e289efeda1e2"
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc