Socket
Socket
Sign inDemoInstall

@loopback/context

Package Overview
Dependencies
Maintainers
7
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loopback/context - npm Package Compare versions

Comparing version 3.10.0 to 3.10.1

8

CHANGELOG.md

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

## [3.10.1](https://github.com/strongloop/loopback-next/compare/@loopback/context@3.10.0...@loopback/context@3.10.1) (2020-08-27)
**Note:** Version bump only for package @loopback/context
# [3.10.0](https://github.com/strongloop/loopback-next/compare/@loopback/context@3.9.4...@loopback/context@3.10.0) (2020-08-19)

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

12

package.json
{
"name": "@loopback/context",
"version": "3.10.0",
"version": "3.10.1",
"description": "Facilities to manage artifacts and their dependencies in your Node.js applications. The module exposes TypeScript/JavaScript APIs and decorators to register artifacts, declare dependencies, and resolve artifacts by keys. It also serves as an IoC container to support dependency injection",

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

"dependencies": {
"@loopback/metadata": "^2.2.5",
"@loopback/metadata": "^2.2.6",
"@types/debug": "^4.1.5",

@@ -36,5 +36,5 @@ "debug": "^4.1.1",

"devDependencies": {
"@loopback/build": "^6.2.1",
"@loopback/eslint-config": "^9.0.1",
"@loopback/testlab": "^3.2.3",
"@loopback/build": "^6.2.2",
"@loopback/eslint-config": "^9.0.2",
"@loopback/testlab": "^3.2.4",
"@types/bluebird": "^3.5.32",

@@ -65,3 +65,3 @@ "@types/node": "^10.17.28",

},
"gitHead": "a056555744367da9caccb6be64095e27d2fe2e28"
"gitHead": "a3f54273814de63819e0d8bc86509f8a737800bb"
}

@@ -48,3 +48,4 @@ // Copyright IBM Corp. 2019,2020. All Rights Reserved.

*/
export class ContextView<T = unknown> extends EventEmitter
export class ContextView<T = unknown>
extends EventEmitter
implements ContextObserver {

@@ -51,0 +52,0 @@ /**

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