Socket
Socket
Sign inDemoInstall

@reach/rect

Package Overview
Dependencies
Maintainers
3
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reach/rect - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

dist/examples/basic.example.d.ts

26

package.json
{
"name": "@reach/rect",
"version": "0.7.0",
"version": "0.7.1",
"description": "Measure React elements position in the DOM",

@@ -10,9 +10,14 @@ "repository": {

},
"main": "index.js",
"module": "es/index.js",
"main": "dist/index.js",
"umd:main": "dist/rect.umd.production.js",
"module": "dist/rect.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "node ../../shared/build-package"
"build": "cross-env NODE_ENV=production tsdx build --format=cjs,esm,umd"
},
"dependencies": {
"@reach/observe-rect": "^1.0.3",
"@reach/observe-rect": "^1.0.4",
"prop-types": "^15.7.2"

@@ -25,12 +30,3 @@ },

"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
"files": [
"es",
"src",
"lib",
"index.js",
"index.d.ts",
"styles.css"
],
"gitHead": "c6c10662e6eaf229594e4d6e6a38d8c9baa35ffa"
"license": "MIT"
}
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