New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

simplehttp2server

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simplehttp2server - npm Package Compare versions

Comparing version

to
4.0.1

2

lib/index.js

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

const url = 'https://github.com/GoogleChrome/simplehttp2server/releases/download/3.1.3/';
const url = 'https://github.com/GoogleChromeLabs/simplehttp2server/releases/download/3.1.3/';
const extension = process.platform === 'win32' ? '.exe' : '';

@@ -9,0 +9,0 @@ const filename = `simplehttp2server${suffix()}${extension}`;

{
"name": "simplehttp2server",
"version": "4.0.0",
"version": "4.0.1",
"description": "simplehttp2server wrapper that makes it seamlessly available as a local dependency",

@@ -20,3 +20,2 @@ "license": "MIT",

"files": [
"cli.js",
"index.js",

@@ -23,0 +22,0 @@ "lib"