Socket
Socket
Sign inDemoInstall

@loopback/context

Package Overview
Dependencies
14
Maintainers
7
Versions
191
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.9.2 to 3.9.3

11

CHANGELOG.md

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

## [3.9.3](https://github.com/strongloop/loopback-next/compare/@loopback/context@3.9.2...@loopback/context@3.9.3) (2020-07-20)
### Bug Fixes
* **context:** destroy debug instances to avoid memory leak ([a28d53c](https://github.com/strongloop/loopback-next/commit/a28d53c8951bf71af62f5238d694662905d1a8f6))
## [3.9.2](https://github.com/strongloop/loopback-next/compare/@loopback/context@3.9.1...@loopback/context@3.9.2) (2020-06-30)

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

3

dist/context.js

@@ -309,2 +309,5 @@ "use strict";

this.tagIndexer.close();
// Destroy instance level `debug` to avoid memory leak
// https://github.com/strongloop/loopback-next/issues/5943
this._debug.destroy();
}

@@ -311,0 +314,0 @@ /**

14

package.json
{
"name": "@loopback/context",
"version": "3.9.2",
"version": "3.9.3",
"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.2",
"@loopback/metadata": "^2.2.3",
"@types/debug": "^4.1.5",

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

"devDependencies": {
"@loopback/build": "^6.1.0",
"@loopback/eslint-config": "^8.0.3",
"@loopback/testlab": "^3.2.0",
"@loopback/build": "^6.1.1",
"@loopback/eslint-config": "^8.0.4",
"@loopback/testlab": "^3.2.1",
"@types/bluebird": "^3.5.32",
"@types/node": "^10.17.26",
"@types/node": "^10.17.27",
"@types/uuid": "^8.0.0",

@@ -65,3 +65,3 @@ "bluebird": "^3.7.2"

},
"gitHead": "b89db3d3b8be6a36e63e91c2331d217fda7538de"
"gitHead": "5538896411bb56467ae52670a29d1aec1690be74"
}

@@ -420,2 +420,5 @@ // Copyright IBM Corp. 2017,2020. All Rights Reserved.

this.tagIndexer.close();
// Destroy instance level `debug` to avoid memory leak
// https://github.com/strongloop/loopback-next/issues/5943
this._debug.destroy();
}

@@ -422,0 +425,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc