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

@loopback/core

Package Overview
Dependencies
Maintainers
7
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.10.1 to 2.11.0

11

CHANGELOG.md

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

# [2.11.0](https://github.com/strongloop/loopback-next/compare/@loopback/core@2.10.1...@loopback/core@2.11.0) (2020-10-07)
### Features
* **context:** introduce new binding scopes ([9916cfd](https://github.com/strongloop/loopback-next/commit/9916cfd4449a870f7a3378e2e674957aed7c1626))
## [2.10.1](https://github.com/strongloop/loopback-next/compare/@loopback/core@2.10.0...@loopback/core@2.10.1) (2020-09-17)

@@ -8,0 +19,0 @@

1

dist/application.js

@@ -57,2 +57,3 @@ "use strict";

this._state = 'created';
this.scope = context_1.BindingScope.APPLICATION;
this.options =

@@ -59,0 +60,0 @@ configOrParent instanceof context_1.Context ? {} : configOrParent !== null && configOrParent !== void 0 ? configOrParent : {};

18

package.json
{
"name": "@loopback/core",
"version": "2.10.1",
"version": "2.11.0",
"description": "Define and implement core constructs such as Application and Component",

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

"engines": {
"node": ">=10.16"
"node": "^10.16 || 12 || 14"
},

@@ -28,10 +28,10 @@ "scripts": {

"dependencies": {
"@loopback/context": "^3.11.1",
"debug": "^4.1.1",
"tslib": "^2.0.1"
"@loopback/context": "^3.12.0",
"debug": "^4.2.0",
"tslib": "^2.0.2"
},
"devDependencies": {
"@loopback/build": "^6.2.4",
"@loopback/eslint-config": "^10.0.0",
"@loopback/testlab": "^3.2.6",
"@loopback/build": "^6.2.5",
"@loopback/eslint-config": "^10.0.1",
"@loopback/testlab": "^3.2.7",
"@types/debug": "^4.1.5",

@@ -51,3 +51,3 @@ "@types/node": "^10.17.35"

},
"gitHead": "79327fd7e68ebb05be0aa689f4986b54e2a99a6b"
"gitHead": "390f2794d10eea3d969ae417963af815ce1bc417"
}

@@ -119,2 +119,3 @@ // Copyright IBM Corp. 2017,2020. All Rights Reserved.

super(...buildConstructorArgs(configOrParent, parent));
this.scope = BindingScope.APPLICATION;

@@ -121,0 +122,0 @@ this.options =

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