New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@loopback/core

Package Overview
Dependencies
Maintainers
10
Versions
205
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 5.1.2 to 5.1.3

3

dist/lifecycle-registry.js

@@ -18,3 +18,3 @@ "use strict";

*/
let LifeCycleObserverRegistry = exports.LifeCycleObserverRegistry = class LifeCycleObserverRegistry {
let LifeCycleObserverRegistry = class LifeCycleObserverRegistry {
constructor(context, observersView, options = {

@@ -184,2 +184,3 @@ parallel: true,

};
exports.LifeCycleObserverRegistry = LifeCycleObserverRegistry;
exports.LifeCycleObserverRegistry = LifeCycleObserverRegistry = tslib_1.__decorate([

@@ -186,0 +187,0 @@ tslib_1.__param(0, context_1.inject.context()),

{
"name": "@loopback/core",
"description": "Define and implement core constructs such as Application and Component",
"version": "5.1.2",
"version": "5.1.3",
"license": "MIT",

@@ -38,14 +38,14 @@ "main": "dist/index.js",

"dependencies": {
"@loopback/context": "^6.1.2",
"@loopback/context": "^6.1.3",
"debug": "^4.3.4",
"tslib": "^2.6.1"
"tslib": "^2.6.2"
},
"devDependencies": {
"@loopback/build": "^10.1.2",
"@loopback/eslint-config": "^14.0.3",
"@loopback/testlab": "^6.1.2",
"@loopback/build": "^10.1.3",
"@loopback/eslint-config": "^14.0.4",
"@loopback/testlab": "^6.1.3",
"@types/debug": "^4.1.8",
"@types/node": "^16.18.40"
"@types/node": "^16.18.50"
},
"gitHead": "0e9d6114999bd4d53969071e49bec5f6680ae9ad"
"gitHead": "9107199cdf1597260ee03e2a903b7db0dec8445d"
}

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