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

@loopback/security

Package Overview
Dependencies
Maintainers
8
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loopback/security - npm Package Compare versions

Comparing version 0.2.12 to 0.2.13

11

CHANGELOG.md

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

## [0.2.13](https://github.com/strongloop/loopback-next/compare/@loopback/security@0.2.12...@loopback/security@0.2.13) (2020-06-23)
### Bug Fixes
* set node version to >=10.16 to support events.once ([e39da1c](https://github.com/strongloop/loopback-next/commit/e39da1ca47728eafaf83c10ce35b09b03b6a4edc))
## [0.2.12](https://github.com/strongloop/loopback-next/compare/@loopback/security@0.2.11...@loopback/security@0.2.12) (2020-06-11)

@@ -8,0 +19,0 @@

12

package.json
{
"name": "@loopback/security",
"version": "0.2.12",
"version": "0.2.13",
"description": "A LoopBack component for security support.",

@@ -8,3 +8,3 @@ "main": "dist/index.js",

"engines": {
"node": ">=10"
"node": ">=10.16"
},

@@ -28,3 +28,3 @@ "scripts": {

"dependencies": {
"@loopback/core": "^2.8.0",
"@loopback/core": "^2.9.0",
"debug": "^4.1.1",

@@ -34,4 +34,4 @@ "tslib": "^2.0.0"

"devDependencies": {
"@loopback/build": "^5.4.3",
"@loopback/testlab": "^3.1.7",
"@loopback/build": "^6.0.0",
"@loopback/testlab": "^3.1.8",
"@types/debug": "^4.1.5",

@@ -55,3 +55,3 @@ "@types/node": "^10.17.26"

},
"gitHead": "f31b7e6de5a405a015cdd774f63d699b35d943cc"
"gitHead": "9ccb0b7ae75727ec9b90c5bba18885edb3f93a92"
}
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