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

@loopback/core

Package Overview
Dependencies
Maintainers
8
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.4.0 to 2.4.1

8

CHANGELOG.md

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

## [2.4.1](https://github.com/strongloop/loopback-next/compare/@loopback/core@2.4.0...@loopback/core@2.4.1) (2020-04-23)
**Note:** Version bump only for package @loopback/core
# [2.4.0](https://github.com/strongloop/loopback-next/compare/@loopback/core@2.3.0...@loopback/core@2.4.0) (2020-04-22)

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

2

dist/application.js

@@ -67,3 +67,3 @@ "use strict";

this.bind(keys_1.CoreBindings.APPLICATION_CONFIG).to(this.options);
this._shutdownOptions = Object.assign({ signals: ['SIGTERM'] }, this.options.shutdown);
this._shutdownOptions = { signals: ['SIGTERM'], ...this.options.shutdown };
}

@@ -70,0 +70,0 @@ /**

@@ -41,3 +41,3 @@ "use strict";

function service(serviceInterface, metadata) {
return context_1.inject('', Object.assign({ decorator: '@service' }, metadata), (ctx, injection, session) => {
return context_1.inject('', { decorator: '@service', ...metadata }, (ctx, injection, session) => {
let serviceType = serviceInterface;

@@ -44,0 +44,0 @@ if (!serviceType) {

{
"name": "@loopback/core",
"version": "2.4.0",
"version": "2.4.1",
"description": "LoopBack 4 core",

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

"dependencies": {
"@loopback/context": "^3.5.0",
"@loopback/context": "^3.5.1",
"debug": "^4.1.1",

@@ -29,5 +29,5 @@ "p-event": "^4.1.0",

"devDependencies": {
"@loopback/build": "^5.1.0",
"@loopback/build": "^5.2.0",
"@loopback/eslint-config": "^6.0.4",
"@loopback/testlab": "^3.1.0",
"@loopback/testlab": "^3.1.1",
"@types/debug": "^4.1.5",

@@ -49,3 +49,3 @@ "@types/node": "^10.17.21"

},
"gitHead": "fa2fe1c81c7beb74eb7dfd0898e2b3f0b7c7f762"
"gitHead": "11f282df0bbdf25c505a2131e6d82b85005a22a2"
}

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