Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@loopback/core

Package Overview
Dependencies
Maintainers
17
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loopback/core - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

11

CHANGELOG.md

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

<a name="0.10.0"></a>
# [0.10.0](https://github.com/strongloop/loopback-next/compare/@loopback/core@0.9.0...@loopback/core@0.10.0) (2018-06-27)
### Features
* add `listening` property in the server interface ([ff0eab7](https://github.com/strongloop/loopback-next/commit/ff0eab7)), closes [#1368](https://github.com/strongloop/loopback-next/issues/1368)
<a name="0.9.0"></a>

@@ -8,0 +19,0 @@ # [0.9.0](https://github.com/strongloop/loopback-next/compare/@loopback/core@0.8.8...@loopback/core@0.9.0) (2018-06-20)

4

dist10/src/server.d.ts

@@ -22,2 +22,6 @@ /**

stop(): Promise<void>;
/**
* Tells whether the server is listening for connections or not
*/
listening: boolean;
}

@@ -22,2 +22,6 @@ /**

stop(): Promise<void>;
/**
* Tells whether the server is listening for connections or not
*/
listening: boolean;
}

8

package.json
{
"name": "@loopback/core",
"version": "0.9.0",
"version": "0.10.0",
"description": "",

@@ -26,8 +26,8 @@ "engines": {

"dependencies": {
"@loopback/context": "^0.11.7",
"@loopback/context": "^0.11.8",
"@loopback/dist-util": "^0.3.3"
},
"devDependencies": {
"@loopback/build": "^0.6.9",
"@loopback/testlab": "^0.10.8",
"@loopback/build": "^0.6.10",
"@loopback/testlab": "^0.10.9",
"@types/node": "^10.1.1"

@@ -34,0 +34,0 @@ },

@@ -27,2 +27,6 @@ // Copyright IBM Corp. 2017. All Rights Reserved.

stop(): Promise<void>;
/**
* Tells whether the server is listening for connections or not
*/
listening: boolean;
}
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