Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.2.2 to 2.0.0

5

CHANGELOG.md

@@ -0,1 +1,6 @@

2.0.0
=====
* Node.js 8.x and 10.x support. Drop support for earlier versions.
1.2.0

@@ -2,0 +7,0 @@ =====

12

package.json

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

],
"version": "1.2.2",
"version": "2.0.0",
"author": "Rich Trott <rtrott@gmail.com>",

@@ -34,5 +34,4 @@ "bugs": {

"dependencies": {
"debug": "^2.2.0",
"debug": "^3.1.0",
"http-proxy": "^1.10.1",
"minimist": "^1.1.1",
"xtend": "^4.0.0"

@@ -42,10 +41,9 @@ },

"code": "^3.0.2",
"jshint": "^2.6.3",
"lab": "^11.0.1",
"request": "^2.55.0"
"lab": "^15.4.5",
"request": "^2.86.0"
},
"engines": {
"node": ">=0.10.38"
"node": ">=8.11.2"
},
"license": "MIT"
}

@@ -55,4 +55,10 @@ solr-proxy

You can pass an options object as the first parameter to `start()`.
You can pass a port number as the first argument to `start()`. You may pass a
falsy value (such as `null` or `undefined`) if you wish to use the port number
specified specified in the `listenPort` property in the options object (second
argument). If the port is not specified in either argument, the default value of
`8008` is used.
You can pass an options object as the second argument to `start()`.
```js

@@ -59,0 +65,0 @@ var defaultOptions = {

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