Socket
Socket
Sign inDemoInstall

@poi/dev-utils

Package Overview
Dependencies
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@poi/dev-utils - npm Package Compare versions

Comparing version 12.0.2 to 12.0.3

CHANGELOG.md

4

package.json
{
"name": "@poi/dev-utils",
"version": "12.0.2",
"version": "12.0.3",
"publishConfig": {

@@ -22,3 +22,3 @@ "access": "public"

"xo": false,
"gitHead": "4ec76debae26838af726dfac9556009452886189"
"gitHead": "51164ea16b38301ecfc369788c55e2210b3b1ef2"
}
const chalk = require('chalk')
const address = require('address')
module.exports = ({ host, port, open }) => {
module.exports = ({ host, port, open, isFirstBuild }) => {
const ip = address.ip()

@@ -15,5 +15,5 @@

if (open) {
if (open && isFirstBuild) {
require('./openBrowser')(`http://${prettyHost}:${port}`)
}
}
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