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.25 to 0.0.26

6

CHANGELOG.md
# @web/dev-server
## 0.0.26
### Patch Changes
- 92f2061: don't clear scrollback buffer
## 0.0.25

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

2

dist/logger/createLogger.js

@@ -6,3 +6,3 @@ "use strict";

const logStartMessage_1 = require("./logStartMessage");
const CLEAR_COMMAND = process.platform === 'win32' ? '\x1B[2J\x1B[0f' : '\x1B[2J\x1B[3J\x1B[H';
const CLEAR_COMMAND = process.platform === 'win32' ? '\x1B[2J\x1B[0f' : '\x1B[2J\x1B[H';
function createLogger(args) {

@@ -9,0 +9,0 @@ let onSyntaxError;

{
"name": "@web/dev-server",
"version": "0.0.25",
"version": "0.0.26",
"publishConfig": {

@@ -75,2 +75,3 @@ "access": "public"

"devDependencies": {
"@types/command-line-usage": "^5.0.1",
"lit-html": "^1.3.0",

@@ -77,0 +78,0 @@ "puppeteer": "^5.5.0"

@@ -5,3 +5,3 @@ import { Plugin } from '@web/dev-server-core';

const CLEAR_COMMAND = process.platform === 'win32' ? '\x1B[2J\x1B[0f' : '\x1B[2J\x1B[3J\x1B[H';
const CLEAR_COMMAND = process.platform === 'win32' ? '\x1B[2J\x1B[0f' : '\x1B[2J\x1B[H';

@@ -8,0 +8,0 @@ export interface LoggerArgs {

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