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

solr-proxy

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solr-proxy - npm Package Compare versions

Comparing version 6.0.1 to 7.0.0

7

index.js
const httpProxy = require('http-proxy')
const extend = require('xtend')
const debug = require('debug')('solr-proxy')
// To enable verbose logging, set environment variable:
//
// $ NODE_DEBUG=solr-proxy solr-proxy
const debug = require('util').debuglog('solr-proxy')
/*

@@ -64,2 +68,3 @@ * Returns true if the request satisfies the following conditions:

const createServer = function (options) {
debug('Creating server with options: %j', options)
const proxy = httpProxy.createProxyServer({ target: options.backend })

@@ -66,0 +71,0 @@

9

package.json

@@ -10,3 +10,3 @@ {

],
"version": "6.0.1",
"version": "7.0.0",
"author": "Rich Trott <rtrott@gmail.com>",

@@ -33,3 +33,2 @@ "bugs": {

"dependencies": {
"debug": "^4.1.1",
"http-proxy": "^1.18.1",

@@ -42,6 +41,6 @@ "minimist": "^1.2.0",

"@hapi/lab": "^24.1.0",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/git": "^10.0.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"dependency-check": "^4.1.0",
"semantic-release": "^18.0.0",
"semantic-release": "^19.0.1",
"standard": "^16.0.0"

@@ -48,0 +47,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