Socket
Socket
Sign inDemoInstall

@loopback/http-server

Package Overview
Dependencies
Maintainers
9
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loopback/http-server - npm Package Compare versions

Comparing version 2.4.1 to 2.5.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [2.5.0](https://github.com/strongloop/loopback-next/compare/@loopback/http-server@2.4.1...@loopback/http-server@2.5.0) (2021-05-03)
### Features
* support node v16 ([ac99415](https://github.com/strongloop/loopback-next/commit/ac994154543bde22b4482ba98813351656db1b55))
## [2.4.1](https://github.com/strongloop/loopback-next/compare/@loopback/http-server@2.4.0...@loopback/http-server@2.4.1) (2021-04-06)

@@ -8,0 +19,0 @@

46

package.json
{
"name": "@loopback/http-server",
"version": "2.4.1",
"description": "A wrapper for creating HTTP/HTTPS servers",
"version": "2.5.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "IBM Corp.",
"copyright.owner": "IBM Corp.",
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-next.git",
"directory": "packages/http-server"
},
"engines": {
"node": "^10.16 || 12 || 14 || 15"
"node": "^10.16 || 12 || 14 || 16"
},

@@ -17,34 +25,26 @@ "scripts": {

},
"author": "IBM Corp.",
"copyright.owner": "IBM Corp.",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"files": [
"README.md",
"dist",
"src",
"!*/__tests__"
],
"dependencies": {
"debug": "^4.3.1",
"stoppable": "^1.1.0",
"tslib": "^2.1.0"
"tslib": "^2.2.0"
},
"devDependencies": {
"@loopback/build": "^6.3.1",
"@loopback/core": "^2.15.1",
"@loopback/eslint-config": "^10.1.1",
"@loopback/testlab": "^3.3.1",
"@loopback/build": "^6.4.0",
"@loopback/core": "^2.16.0",
"@loopback/eslint-config": "^10.2.0",
"@loopback/testlab": "^3.4.0",
"@types/debug": "^4.1.5",
"@types/node": "^10.17.56",
"@types/node": "^10.17.59",
"@types/stoppable": "^1.1.0"
},
"files": [
"README.md",
"dist",
"src",
"!*/__tests__"
],
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-next.git",
"directory": "packages/http-server"
},
"gitHead": "156ca0fcf8fa246ca380ab28b44b3708896be2b6"
"gitHead": "2ca802912d8c7750d0256f3c3d493c4525415201"
}
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