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.8 to 0.2.9

8

CHANGELOG.md

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

## [0.2.9](https://github.com/strongloop/loopback-next/compare/@loopback/security@0.2.8...@loopback/security@0.2.9) (2020-05-19)
**Note:** Version bump only for package @loopback/security
## [0.2.8](https://github.com/strongloop/loopback-next/compare/@loopback/security@0.2.7...@loopback/security@0.2.8) (2020-05-07)

@@ -8,0 +16,0 @@

1

dist/keys.js

@@ -7,2 +7,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.SecurityBindings = void 0;
const context_1 = require("@loopback/context");

@@ -9,0 +10,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.DefaultSubject = exports.Permission = exports.TypedPrincipal = exports.securityId = void 0;
/**

@@ -9,0 +10,0 @@ * A symbol for stringified id of security related objects

18

package.json
{
"name": "@loopback/security",
"version": "0.2.8",
"version": "0.2.9",
"description": "A LoopBack component for security support.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {

@@ -25,10 +27,10 @@ "node": ">=10"

"dependencies": {
"@loopback/context": "^3.7.0",
"@loopback/core": "^2.5.0",
"@loopback/context": "^3.8.0",
"@loopback/core": "^2.6.0",
"debug": "^4.1.1",
"tslib": "^1.11.2"
"tslib": "^2.0.0"
},
"devDependencies": {
"@loopback/build": "^5.3.1",
"@loopback/testlab": "^3.1.3",
"@loopback/build": "^5.4.0",
"@loopback/testlab": "^3.1.4",
"@types/debug": "^4.1.5",

@@ -43,4 +45,2 @@ "@types/node": "^10.17.21"

"README.md",
"index.js",
"index.d.ts",
"dist",

@@ -55,3 +55,3 @@ "src",

},
"gitHead": "50c3f06d942f8bae8f0c32a3775ff98a7498e4fd"
"gitHead": "c8681026187471f0ceeee7c101d66feae295116b"
}

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