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

appserver

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appserver - npm Package Compare versions

Comparing version 0.5.6 to 0.5.7

1

lib/middleware/appsload.js

@@ -62,2 +62,3 @@ function create(options) {

delete opt.headers['accept-encoding'];
delete opt.headers.host;
opt.rejectUnauthorized = options.rejectUnauthorized;

@@ -64,0 +65,0 @@ protocol.get(opt, ok).on('error', error);

2

package.json
{
"name": "appserver",
"version": "0.5.6",
"version": "0.5.7",
"description": "A connect based middleware to support local development against a remote backend.",

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

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