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

@loopback/context

Package Overview
Dependencies
Maintainers
10
Versions
196
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 4.1.2 to 5.0.0

18

package.json
{
"name": "@loopback/context",
"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",
"version": "4.1.2",
"version": "5.0.0",
"keywords": [

@@ -25,3 +25,3 @@ "LoopBack",

"engines": {
"node": "12 || 14 || 16 || 17"
"node": "14 || 16 || 17 || 18"
},

@@ -47,3 +47,3 @@ "scripts": {

"dependencies": {
"@loopback/metadata": "^4.1.2",
"@loopback/metadata": "^5.0.0",
"@types/debug": "^4.1.7",

@@ -53,15 +53,15 @@ "debug": "^4.3.4",

"p-event": "^4.2.0",
"tslib": "^2.3.1",
"tslib": "^2.4.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@loopback/build": "^8.1.2",
"@loopback/eslint-config": "^12.0.4",
"@loopback/testlab": "^4.1.2",
"@loopback/build": "^9.0.0",
"@loopback/eslint-config": "^13.0.0",
"@loopback/testlab": "^5.0.0",
"@types/bluebird": "^3.5.36",
"@types/node": "^12.20.47",
"@types/node": "^12.20.50",
"@types/uuid": "^8.3.4",
"bluebird": "^3.7.2"
},
"gitHead": "22d993c73a7b4ccdb36f2e26ea52460dc46fbd11"
"gitHead": "61453a3d7a16f9f37875a3f2c2a071568eb3e3af"
}
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