Socket
Socket
Sign inDemoInstall

@reach/descendants

Package Overview
Dependencies
10
Maintainers
4
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.13.0 to 0.13.1

dist/declarations/src/index.d.ts

23

package.json
{
"name": "@reach/descendants",
"version": "0.13.0",
"version": "0.13.1",
"description": "A descendant index solution for better accessibility support in compound components",

@@ -12,9 +12,10 @@ "author": "React Training <hello@reacttraining.com>",

},
"scripts": {
"build": "ts-node --transpile-only ../../scripts/build-package $npm_package_name"
},
"dependencies": {
"@reach/utils": "0.13.0",
"@reach/utils": "0.13.1",
"tslib": "^2.0.0"
},
"devDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"peerDependencies": {

@@ -24,5 +25,5 @@ "react": "^16.8.0 || 17.x",

},
"main": "dist/index.js",
"module": "dist/descendants.esm.js",
"typings": "dist/index.d.ts",
"main": "dist/reach-descendants.cjs.js",
"module": "dist/reach-descendants.esm.js",
"types": "dist/reach-descendants.cjs.d.ts",
"files": [

@@ -32,3 +33,7 @@ "README.md",

],
"gitHead": "c5234721d372e2ab2a7745475007605e78d18895"
"eslintIgnore": [
"node_modules",
"dist"
],
"gitHead": "24995121ef36d6d1768bb3bdef6e3353d905a167"
}
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