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

yiti-server

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yiti-server - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

6

lib/http-server.js

@@ -144,3 +144,7 @@ 'use strict';

if (typeof options.proxy === 'string') {
var proxy = httpProxy.createProxyServer({});
let defaultConfig = {}
if (options.cookie) {
defaultConfig.cookieDomainRewrite = options.cookie
}
var proxy = httpProxy.createProxyServer(defaultConfig);
before.push(function (req, res) {

@@ -147,0 +151,0 @@ proxy.web(req, res, {

2

package.json
{
"name": "yiti-server",
"version": "1.0.5",
"version": "1.0.6",
"description": "A simple zero-configuration command-line http server",

@@ -5,0 +5,0 @@ "main": "./lib/http-server",

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