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

@loopback/core

Package Overview
Dependencies
Maintainers
11
Versions
202
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 3.0.0 to 3.0.1

4

dist/lifecycle-registry.js

@@ -12,4 +12,4 @@ "use strict";

const lifecycle_1 = require("./lifecycle");
const debugFactory = require("debug");
const debug = debugFactory('loopback:core:lifecycle');
const debug_1 = (0, tslib_1.__importDefault)(require("debug"));
const debug = (0, debug_1.default)('loopback:core:lifecycle');
exports.DEFAULT_ORDERED_GROUPS = ['server'];

@@ -16,0 +16,0 @@ /**

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

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

"dependencies": {
"@loopback/context": "^4.0.0",
"debug": "^4.3.2",
"@loopback/context": "^4.0.1",
"debug": "^4.3.3",
"tslib": "^2.3.1"
},
"devDependencies": {
"@loopback/build": "^8.0.0",
"@loopback/eslint-config": "^12.0.0",
"@loopback/testlab": "^4.0.0",
"@loopback/build": "^8.0.1",
"@loopback/eslint-config": "^12.0.1",
"@loopback/testlab": "^4.0.1",
"@types/debug": "^4.1.7",
"@types/node": "^10.17.60"
},
"gitHead": "00a62f630c19341ce399cec3a45563b1ead6e3b8"
"gitHead": "4a8886403cd9cb3ae529cb69712f077623cba2c2"
}

@@ -16,3 +16,3 @@ // Copyright IBM Corp. 2018,2020. All Rights Reserved.

import {LifeCycleObserver, lifeCycleObserverFilter} from './lifecycle';
import debugFactory = require('debug');
import debugFactory from 'debug';
const debug = debugFactory('loopback:core:lifecycle');

@@ -19,0 +19,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