Socket
Socket
Sign inDemoInstall

@loopback/context

Package Overview
Dependencies
1
Maintainers
19
Versions
192
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0-alpha.1 to 4.0.0-alpha.2

index.js

31

package.json
{
"name": "@loopback/context",
"version": "4.0.0-alpha.1",
"version": "4.0.0-alpha.2",
"description": "LoopBack's container for Inversion of Control",

@@ -8,5 +8,11 @@ "main": "index",

"acceptance": "mocha --opts ../../test/mocha.opts 'test/acceptance/**/*.ts'",
"integration": "mocha --opts ../../test/mocha.opts 'test/integration/**/*.ts'",
"test": "mocha --opts ../../test/mocha.opts 'test/unit/**/*.ts' 'test/integration/**/*.ts' 'test/acceptance/**/*.ts'",
"unit": "mocha --opts ../../test/mocha.opts 'test/unit/**/*.ts'"
"build": "npm run build:lib && npm run build:lib6",
"build:lib": "tsc --target es2017 --outDir lib",
"build:lib6": "tsc --target es2015 --outDir lib6",
"clean": "rm *.tgz; rm -rf ./package",
"prepublish": "npm run build",
"pretest": "npm run build",
"test": "mocha --opts ../../test/mocha.opts 'test/unit/**/*.ts' 'test/acceptance/**/*.ts'",
"unit": "mocha --opts ../../test/mocha.opts 'test/unit/**/*.ts'",
"verify": "npm run clean && npm pack && tar xvzf *.tgz && tree package"
},

@@ -16,5 +22,8 @@ "author": "IBM",

"dependencies": {
"reflect-metadata": "^0.1.10"
},
"devDependencies": {
"@loopback/testlab": "^4.0.0-alpha.1",
"@loopback/testlab": "^4.0.0-alpha.2",
"@types/bluebird": "^3.5.2",
"bluebird": "^3.5.0",
"mocha": "^3.2.0"

@@ -30,3 +39,13 @@ },

"Context"
]
],
"files": [
"README.md",
"index.js",
"lib",
"lib6"
],
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-next.git"
}
}
index.ts
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc