Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.1.2 to 12.1.3

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [12.1.3](https://github.com/egoist/poi/compare/@poi/dev-utils@12.1.2...@poi/dev-utils@12.1.3) (2019-08-09)
### Bug Fixes
- keep the trailing slash of `output.publicUrl` ([#612](https://github.com/egoist/poi/issues/612)) ([56bd612](https://github.com/egoist/poi/commit/56bd612))
## [12.1.2](https://github.com/egoist/poi/compare/@poi/dev-utils@12.1.1...@poi/dev-utils@12.1.2) (2019-07-27)

@@ -8,0 +14,0 @@

6

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

@@ -18,6 +18,6 @@ "access": "public"

"sockjs-client": "^1.1.5",
"strip-ansi": "3.0.0"
"strip-ansi": "5.2.0"
},
"xo": false,
"gitHead": "d7704cdedf947ef0592ac269e7847f7a7957802a"
"gitHead": "4d8df6481a5eef289aa647a9f463a24745a273b4"
}

@@ -23,3 +23,3 @@ const url = require('url')

const urlPort = colors.bold(port)
const urlPath = url.resolve('/', publicUrl).replace(/\/$/, '')
const urlPath = publicUrl === '/' ? '' : url.resolve('/', publicUrl)

@@ -26,0 +26,0 @@ console.log()

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