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.3 to 3.9.4

8

CHANGELOG.md

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

## [3.9.4](https://github.com/strongloop/loopback-next/compare/@loopback/context@3.9.3...@loopback/context@3.9.4) (2020-08-05)
**Note:** Version bump only for package @loopback/context
## [3.9.3](https://github.com/strongloop/loopback-next/compare/@loopback/context@3.9.2...@loopback/context@3.9.3) (2020-07-20)

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

16

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

@@ -33,10 +33,10 @@ "debug": "^4.1.1",

"tslib": "^2.0.0",
"uuid": "^8.2.0"
"uuid": "^8.3.0"
},
"devDependencies": {
"@loopback/build": "^6.1.1",
"@loopback/eslint-config": "^8.0.4",
"@loopback/testlab": "^3.2.1",
"@loopback/build": "^6.2.0",
"@loopback/eslint-config": "^9.0.0",
"@loopback/testlab": "^3.2.2",
"@types/bluebird": "^3.5.32",
"@types/node": "^10.17.27",
"@types/node": "^10.17.28",
"@types/uuid": "^8.0.0",

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

},
"gitHead": "5538896411bb56467ae52670a29d1aec1690be74"
"gitHead": "1619bf0c29aa03853a7977212e60028664fca640"
}
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