Socket
Socket
Sign inDemoInstall

@reach/portal

Package Overview
Dependencies
Maintainers
4
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reach/portal - 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('./portal.cjs.production.min.js')
module.exports = require('./portal.cjs.production.min.js');
} else {
module.exports = require('./portal.cjs.development.js')
}
module.exports = require('./portal.cjs.development.js');
}
{
"name": "@reach/portal",
"version": "0.8.6",
"version": "0.9.0",
"description": "Declarative portals for React",

@@ -13,5 +13,3 @@ "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"
},

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

"dependencies": {
"@reach/utils": "^0.8.6",
"@reach/utils": "^0.9.0",
"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