Socket
Socket
Sign inDemoInstall

@loopback/context

Package Overview
Dependencies
Maintainers
19
Versions
195
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.4 to 4.0.0-alpha.5

index.d.ts

2

lib/binding.js

@@ -0,1 +1,2 @@

"use strict";
// Copyright IBM Corp. 2013,2017. All Rights Reserved.

@@ -5,3 +6,2 @@ // Node module: loopback

// License text available at https://opensource.org/licenses/MIT
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -8,0 +8,0 @@ const resolver_1 = require("./resolver");

@@ -0,1 +1,2 @@

"use strict";
// Copyright IBM Corp. 2013,2017. All Rights Reserved.

@@ -5,3 +6,2 @@ // Node module: loopback

// License text available at https://opensource.org/licenses/MIT
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -8,0 +8,0 @@ const binding_1 = require("./binding");

@@ -0,1 +1,2 @@

"use strict";
// Copyright IBM Corp. 2017. All Rights Reserved.

@@ -5,3 +6,2 @@ // Node module: loopback

// License text available at https://opensource.org/licenses/MIT
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -8,0 +8,0 @@ var binding_1 = require("./binding");

@@ -0,1 +1,2 @@

"use strict";
// Copyright IBM Corp. 2013,2017. All Rights Reserved.

@@ -5,3 +6,2 @@ // Node module: loopback

// License text available at https://opensource.org/licenses/MIT
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -8,0 +8,0 @@ const assert = require("assert");

@@ -0,1 +1,2 @@

"use strict";
// Copyright IBM Corp. 2013,2017. All Rights Reserved.

@@ -5,3 +6,2 @@ // Node module: loopback

// License text available at https://opensource.org/licenses/MIT
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -8,0 +8,0 @@ function isPromise(value) {

@@ -0,1 +1,2 @@

"use strict";
// Copyright IBM Corp. 2013,2017. All Rights Reserved.

@@ -5,3 +6,2 @@ // Node module: loopback

// License text available at https://opensource.org/licenses/MIT
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -8,0 +8,0 @@ const isPromise_1 = require("./isPromise");

@@ -0,1 +1,2 @@

"use strict";
// Copyright IBM Corp. 2013,2017. All Rights Reserved.

@@ -5,3 +6,2 @@ // Node module: loopback

// License text available at https://opensource.org/licenses/MIT
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -8,0 +8,0 @@ const resolver_1 = require("./resolver");

@@ -0,1 +1,2 @@

"use strict";
// Copyright IBM Corp. 2013,2017. All Rights Reserved.

@@ -5,3 +6,2 @@ // Node module: loopback

// License text available at https://opensource.org/licenses/MIT
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -8,0 +8,0 @@ const binding_1 = require("./binding");

@@ -0,1 +1,2 @@

"use strict";
// Copyright IBM Corp. 2017. All Rights Reserved.

@@ -5,3 +6,2 @@ // Node module: loopback

// License text available at https://opensource.org/licenses/MIT
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -8,0 +8,0 @@ var binding_1 = require("./binding");

@@ -0,1 +1,2 @@

"use strict";
// Copyright IBM Corp. 2013,2017. All Rights Reserved.

@@ -5,3 +6,2 @@ // Node module: loopback

// License text available at https://opensource.org/licenses/MIT
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -8,0 +8,0 @@ const assert = require("assert");

@@ -0,1 +1,2 @@

"use strict";
// Copyright IBM Corp. 2013,2017. All Rights Reserved.

@@ -5,3 +6,2 @@ // Node module: loopback

// License text available at https://opensource.org/licenses/MIT
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -8,0 +8,0 @@ function isPromise(value) {

@@ -0,1 +1,2 @@

"use strict";
// Copyright IBM Corp. 2013,2017. All Rights Reserved.

@@ -5,3 +6,2 @@ // Node module: loopback

// License text available at https://opensource.org/licenses/MIT
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -8,0 +8,0 @@ const isPromise_1 = require("./isPromise");

{
"name": "@loopback/context",
"version": "4.0.0-alpha.4",
"version": "4.0.0-alpha.5",
"description": "LoopBack's container for Inversion of Control",

@@ -28,3 +28,4 @@ "main": "index",

"bluebird": "^3.5.0",
"mocha": "^3.2.0"
"mocha": "^3.2.0",
"typescript": "^2.3.2"
},

@@ -43,2 +44,3 @@ "keywords": [

"index.js",
"index.d.ts",
"lib",

@@ -45,0 +47,0 @@ "lib6"

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