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

@ladjs/proxy

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ladjs/proxy - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

index.js

@@ -47,2 +47,6 @@ const http = require('http');

});
else
router.use((req, res) => {
res.end();
});

@@ -49,0 +53,0 @@ this.server = http.createServer((req, res) => {

2

package.json
{
"name": "@ladjs/proxy",
"description": "Proxy for Lad",
"version": "1.0.1",
"version": "1.0.2",
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",

@@ -6,0 +6,0 @@ "ava": {

@@ -26,3 +26,3 @@ const test = require('ava');

const res = await request(proxy.server).get('/foobar');
t.is(res.status, 404);
t.is(res.status, 200);
});

@@ -29,0 +29,0 @@

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