Socket
Socket
Sign inDemoInstall

@reach/popover

Package Overview
Dependencies
Maintainers
4
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reach/popover - npm Package Compare versions

Comparing version 0.8.6 to 0.9.0

9

dist/index.js

@@ -0,8 +1,7 @@

'use strict';
'use strict'
if (process.env.NODE_ENV === 'production') {
module.exports = require('./popover.cjs.production.min.js')
module.exports = require('./popover.cjs.production.min.js');
} else {
module.exports = require('./popover.cjs.development.js')
}
module.exports = require('./popover.cjs.development.js');
}
{
"name": "@reach/popover",
"version": "0.8.6",
"version": "0.9.0",
"description": "Render a portal positioned relative to another element.",

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

"scripts": {
"build": "yarn clean && yarn compile",
"clean": "rm -rf ./dist",
"compile": "cross-env NODE_ENV=production tsdx build --format=cjs,esm --tsconfig tsconfig.build.json"
"build": "ts-node ../../scripts/build"
},
"dependencies": {
"@reach/portal": "^0.8.6",
"@reach/rect": "^0.8.6",
"@reach/utils": "^0.8.6",
"@reach/portal": "^0.9.0",
"@reach/rect": "^0.9.0",
"@reach/utils": "^0.9.0",
"tabbable": "^4.0.0",

@@ -36,3 +34,3 @@ "tslib": "^1.10.0"

],
"gitHead": "0c71a018a11055b17815f0fb127cdcd981cd760e"
"gitHead": "0c789bb48554bf13c62dd09210ebdf2f9af33d30"
}
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