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.5 to 4.0.0-alpha.6

8

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

@@ -11,3 +11,3 @@ "main": "index",

"build:lib6": "tsc --target es2015 --outDir lib6",
"clean": "rm *.tgz; rm -rf ./package",
"clean": "rm -f loopback-context*.tgz && rm -rf lib* && rm -rf package",
"prepublish": "npm run build",

@@ -17,3 +17,3 @@ "pretest": "npm run build",

"unit": "mocha --opts ../../test/mocha.opts 'test/unit/**/*.ts'",
"verify": "npm run clean && npm pack && tar xvzf *.tgz && tree package"
"verify": "npm pack && tar xf loopback-context*.tgz && tree package && npm run clean"
},

@@ -27,3 +27,3 @@ "author": "IBM",

"devDependencies": {
"@loopback/testlab": "^4.0.0-alpha.2",
"@loopback/testlab": "^4.0.0-alpha.3",
"@types/bluebird": "^3.5.2",

@@ -30,0 +30,0 @@ "bluebird": "^3.5.0",

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