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
203
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.8.5 to 0.8.6

8

CHANGELOG.md

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

<a name="0.8.6"></a>
## [0.8.6](https://github.com/strongloop/loopback-next/compare/@loopback/core@0.8.5...@loopback/core@0.8.6) (2018-06-09)
**Note:** Version bump only for package @loopback/core
<a name="0.8.5"></a>

@@ -8,0 +16,0 @@ ## [0.8.5](https://github.com/strongloop/loopback-next/compare/@loopback/core@0.8.4...@loopback/core@0.8.5) (2018-06-08)

2

dist10/src/application.d.ts

@@ -10,3 +10,3 @@ import { Context, Binding, Constructor } from '@loopback/context';

export declare class Application extends Context {
options?: ApplicationConfig | undefined;
options: ApplicationConfig | undefined;
constructor(options?: ApplicationConfig | undefined);

@@ -13,0 +13,0 @@ /**

@@ -23,3 +23,3 @@ import { BindingKey } from '@loopback/context';

*/
const CONTROLLER_CLASS: BindingKey<import("../../context/src/value-promise").Constructor<any>>;
const CONTROLLER_CLASS: BindingKey<new (...args: any[]) => any>;
/**

@@ -26,0 +26,0 @@ * Binding key for the controller method resolved in the current request

@@ -10,3 +10,3 @@ import { Context, Binding, Constructor } from '@loopback/context';

export declare class Application extends Context {
options?: ApplicationConfig | undefined;
options: ApplicationConfig | undefined;
constructor(options?: ApplicationConfig | undefined);

@@ -13,0 +13,0 @@ /**

@@ -23,3 +23,3 @@ import { BindingKey } from '@loopback/context';

*/
const CONTROLLER_CLASS: BindingKey<import("../../context/src/value-promise").Constructor<any>>;
const CONTROLLER_CLASS: BindingKey<new (...args: any[]) => any>;
/**

@@ -26,0 +26,0 @@ * Binding key for the controller method resolved in the current request

{
"name": "@loopback/core",
"version": "0.8.5",
"version": "0.8.6",
"description": "",

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

"dependencies": {
"@loopback/context": "^0.11.3",
"@loopback/context": "^0.11.4",
"@loopback/dist-util": "^0.3.2"
},
"devDependencies": {
"@loopback/build": "^0.6.6",
"@loopback/testlab": "^0.10.5",
"@loopback/build": "^0.6.7",
"@loopback/testlab": "^0.10.6",
"@types/node": "^10.1.1"

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

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