Socket
Socket
Sign inDemoInstall

@loopback/http-server

Package Overview
Dependencies
Maintainers
14
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 1.1.4 to 1.1.5

dist/http-server.d.ts

8

CHANGELOG.md

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

## [1.1.5](https://github.com/strongloop/loopback-next/compare/@loopback/http-server@1.1.4...@loopback/http-server@1.1.5) (2019-02-08)
**Note:** Version bump only for package @loopback/http-server
## [1.1.4](https://github.com/strongloop/loopback-next/compare/@loopback/http-server@1.1.3...@loopback/http-server@1.1.4) (2019-01-28)

@@ -8,0 +16,0 @@

2

dist/index.d.ts

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

export * from './src';
export * from './http-server';
"use strict";
// Copyright IBM Corp. 2017,2018. All Rights Reserved.
// Node module: @loopback/http-server
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT
function __export(m) {

@@ -10,3 +6,3 @@ for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];

Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./src"));
__export(require("./http-server"));
//# sourceMappingURL=index.js.map
{
"name": "@loopback/http-server",
"version": "1.1.4",
"version": "1.1.5",
"description": "A wrapper for creating HTTP/HTTPS servers",

@@ -13,3 +13,3 @@ "engines": {

"pretest": "npm run build",
"test": "lb-mocha \"dist/test/**/*.js\"",
"test": "lb-mocha \"dist/__tests__/**/*.js\"",
"verify": "npm pack && tar xf loopback-http-server*.tgz && tree package && npm run clean"

@@ -24,5 +24,5 @@ },

"devDependencies": {
"@loopback/build": "^1.2.1",
"@loopback/core": "^1.1.5",
"@loopback/testlab": "^1.0.5",
"@loopback/build": "^1.3.0",
"@loopback/core": "^1.1.6",
"@loopback/testlab": "^1.0.6",
"@loopback/tslint-config": "^2.0.0",

@@ -38,5 +38,5 @@ "@types/node": "^10.11.2",

"index.d.ts",
"dist/src",
"dist/index*",
"src"
"dist",
"src",
"!*/__tests__"
],

@@ -50,3 +50,3 @@ "publishConfig": {

},
"gitHead": "e5d3d2f34e7264b89ea33b38a8a5fd069cb6c33b"
"gitHead": "596a143d4a0aa1f078110aa6303ea933a40eead0"
}

Sorry, the diff of this file is not supported yet

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