solr-proxy
Advanced tools
Comparing version 1.2.2 to 2.0.0
@@ -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 @@ ===== |
@@ -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 = { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
NPM Shrinkwrap
Supply chain riskPackage contains a shrinkwrap file. This may allow the package to bypass normal install procedures.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3
3
97
0
9591
8
124
+ Addeddebug@3.2.7(transitive)
+ Addedms@2.1.3(transitive)
- Removedminimist@^1.1.1
- Removeddebug@2.6.9(transitive)
- Removedminimist@1.2.8(transitive)
- Removedms@2.0.0(transitive)
Updateddebug@^3.1.0