Socket
Socket
Sign inDemoInstall

@web/dev-server

Package Overview
Dependencies
Maintainers
7
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web/dev-server - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

6

CHANGELOG.md
# @web/dev-server
## 0.0.19
### Patch Changes
- d8c1e1e: remove logging
## 0.0.18

@@ -4,0 +10,0 @@

1

dist/config/parseConfig.js

@@ -54,3 +54,2 @@ "use strict";

finalConfig.rootDir = path_1.default.resolve(finalConfig.rootDir);
console.log('resolved', finalConfig.rootDir);
}

@@ -57,0 +56,0 @@ // generate a default random port

{
"name": "@web/dev-server",
"version": "0.0.18",
"version": "0.0.19",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

@@ -67,3 +67,2 @@ import { getPortPromise } from 'portfinder';

finalConfig.rootDir = path.resolve(finalConfig.rootDir);
console.log('resolved', finalConfig.rootDir);
}

@@ -70,0 +69,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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