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

@loopback/context

Package Overview
Dependencies
Maintainers
18
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.0.0-alpha.29 to 4.0.0-alpha.30

11

CHANGELOG.md

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

<a name="4.0.0-alpha.30"></a>
# [4.0.0-alpha.30](https://github.com/strongloop/loopback-next/compare/@loopback/context@4.0.0-alpha.29...@loopback/context@4.0.0-alpha.30) (2018-02-04)
### Bug Fixes
* remove console output from tests ([ff4a320](https://github.com/strongloop/loopback-next/commit/ff4a320))
<a name="4.0.0-alpha.29"></a>

@@ -8,0 +19,0 @@ # [4.0.0-alpha.29](https://github.com/strongloop/loopback-next/compare/@loopback/context@4.0.0-alpha.28...@loopback/context@4.0.0-alpha.29) (2018-01-30)

12

dist/src/resolver.js

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

function instantiateClass(ctor, ctx, session,
// tslint:disable-next-line:no-any
nonInjectedArgs) {
// tslint:disable-next-line:no-any
nonInjectedArgs) {
/* istanbul ignore if */

@@ -131,4 +131,4 @@ if (debug.enabled) {

function resolveInjectedArguments(target, method, ctx, session,
// tslint:disable-next-line:no-any
nonInjectedArgs) {
// tslint:disable-next-line:no-any
nonInjectedArgs) {
/* istanbul ignore if */

@@ -181,4 +181,4 @@ if (debug.enabled) {

function invokeMethod(target, method, ctx,
// tslint:disable-next-line:no-any
nonInjectedArgs) {
// tslint:disable-next-line:no-any
nonInjectedArgs) {
const methodName = getTargetName(target, method);

@@ -185,0 +185,0 @@ /* istanbul ignore if */

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

function instantiateClass(ctor, ctx, session,
// tslint:disable-next-line:no-any
nonInjectedArgs) {
// tslint:disable-next-line:no-any
nonInjectedArgs) {
/* istanbul ignore if */

@@ -131,4 +131,4 @@ if (debug.enabled) {

function resolveInjectedArguments(target, method, ctx, session,
// tslint:disable-next-line:no-any
nonInjectedArgs) {
// tslint:disable-next-line:no-any
nonInjectedArgs) {
/* istanbul ignore if */

@@ -181,4 +181,4 @@ if (debug.enabled) {

function invokeMethod(target, method, ctx,
// tslint:disable-next-line:no-any
nonInjectedArgs) {
// tslint:disable-next-line:no-any
nonInjectedArgs) {
const methodName = getTargetName(target, method);

@@ -185,0 +185,0 @@ /* istanbul ignore if */

{
"name": "@loopback/context",
"version": "4.0.0-alpha.29",
"version": "4.0.0-alpha.30",
"description": "LoopBack's container for Inversion of Control",
"engines": {
"node": ">=6"
"node": ">=8"
},

@@ -26,8 +26,8 @@ "scripts": {

"dependencies": {
"@loopback/metadata": "^4.0.0-alpha.8",
"@loopback/metadata": "^4.0.0-alpha.9",
"debug": "^3.1.0"
},
"devDependencies": {
"@loopback/build": "^4.0.0-alpha.12",
"@loopback/testlab": "^4.0.0-alpha.22",
"@loopback/build": "^4.0.0-alpha.13",
"@loopback/testlab": "^4.0.0-alpha.23",
"@types/bluebird": "^3.5.18",

@@ -34,0 +34,0 @@ "@types/debug": "^0.0.30",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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