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

@loopback/core

Package Overview
Dependencies
Maintainers
9
Versions
202
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 2.16.0 to 2.16.1

14

package.json
{
"name": "@loopback/core",
"description": "Define and implement core constructs such as Application and Component",
"version": "2.16.0",
"version": "2.16.1",
"license": "MIT",

@@ -38,3 +38,3 @@ "main": "dist/index.js",

"dependencies": {
"@loopback/context": "^3.16.0",
"@loopback/context": "^3.17.0",
"debug": "^4.3.1",

@@ -44,9 +44,9 @@ "tslib": "^2.2.0"

"devDependencies": {
"@loopback/build": "^6.4.0",
"@loopback/eslint-config": "^10.2.0",
"@loopback/testlab": "^3.4.0",
"@loopback/build": "^6.4.1",
"@loopback/eslint-config": "^10.2.1",
"@loopback/testlab": "^3.4.1",
"@types/debug": "^4.1.5",
"@types/node": "^10.17.59"
"@types/node": "^10.17.60"
},
"gitHead": "2ca802912d8c7750d0256f3c3d493c4525415201"
"gitHead": "2a3b684ec76fa299d80b099abbf101358538cb75"
}

@@ -33,5 +33,4 @@ // Copyright IBM Corp. 2017,2020. All Rights Reserved.

*/
export const APPLICATION_CONFIG: BindingKey<ApplicationConfig> = BindingKey.create<ApplicationConfig>(
'application.config',
);
export const APPLICATION_CONFIG: BindingKey<ApplicationConfig> =
BindingKey.create<ApplicationConfig>('application.config');

@@ -64,5 +63,4 @@ /**

*/
export const CONTROLLER_CLASS: BindingKey<ControllerClass> = BindingKey.create<ControllerClass>(
'controller.current.ctor',
);
export const CONTROLLER_CLASS: BindingKey<ControllerClass> =
BindingKey.create<ControllerClass>('controller.current.ctor');

@@ -93,5 +91,4 @@ /**

*/
export const LIFE_CYCLE_OBSERVER_REGISTRY = BindingKey.create<LifeCycleObserverRegistry>(
'lifeCycleObserver.registry',
);
export const LIFE_CYCLE_OBSERVER_REGISTRY =
BindingKey.create<LifeCycleObserverRegistry>('lifeCycleObserver.registry');

@@ -101,5 +98,4 @@ /**

*/
export const LIFE_CYCLE_OBSERVER_OPTIONS = BindingKey.create<LifeCycleObserverOptions>(
'lifeCycleObserver.options',
);
export const LIFE_CYCLE_OBSERVER_OPTIONS =
BindingKey.create<LifeCycleObserverOptions>('lifeCycleObserver.options');
}

@@ -106,0 +102,0 @@

@@ -119,6 +119,4 @@ // Copyright IBM Corp. 2018,2020. All Rights Reserved.

// Group bindings in a map
const groupMap: Map<
string,
Readonly<Binding<LifeCycleObserver>>[]
> = new Map();
const groupMap: Map<string, Readonly<Binding<LifeCycleObserver>>[]> =
new Map();
sortBindingsByPhase(

@@ -125,0 +123,0 @@ bindings,

Sorry, the diff of this file is not supported yet

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