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

@loopback/authorization

Package Overview
Dependencies
Maintainers
9
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loopback/authorization - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

2

dist/decorators/authorize.js

@@ -65,3 +65,3 @@ "use strict";

// Use `any` to for `TypedPropertyDescriptor`
// See https://github.com/strongloop/loopback-next/pull/2704
// See https://github.com/loopbackio/loopback-next/pull/2704
// eslint-disable-next-line @typescript-eslint/no-explicit-any

@@ -68,0 +68,0 @@ methodDescriptor) {

{
"name": "@loopback/authorization",
"description": "A LoopBack component for authorization support.",
"version": "0.9.1",
"version": "0.9.2",
"keywords": [

@@ -16,3 +16,3 @@ "LoopBack",

"type": "git",
"url": "https://github.com/strongloop/loopback-next.git",
"url": "https://github.com/loopbackio/loopback-next.git",
"directory": "packages/authorization"

@@ -44,13 +44,13 @@ },

"peerDependencies": {
"@loopback/core": "^2.16.1"
"@loopback/core": "^2.16.2"
},
"dependencies": {
"@loopback/security": "^0.5.1",
"@loopback/security": "^0.5.2",
"debug": "^4.3.1",
"tslib": "^2.2.0"
"tslib": "^2.3.0"
},
"devDependencies": {
"@loopback/build": "^6.4.1",
"@loopback/core": "^2.16.1",
"@loopback/testlab": "^3.4.1",
"@loopback/build": "^7.0.0",
"@loopback/core": "^2.16.2",
"@loopback/testlab": "^3.4.2",
"@types/debug": "^4.1.5",

@@ -60,3 +60,3 @@ "@types/node": "10.17.60",

},
"gitHead": "2a3b684ec76fa299d80b099abbf101358538cb75"
"gitHead": "baac86fff18e0bc88a953814b6b181ebdbb446c3"
}

@@ -153,4 +153,4 @@ # @loopback/authorization

- [Guidelines](https://github.com/strongloop/loopback-next/blob/master/docs/CONTRIBUTING.md)
- [Join the team](https://github.com/strongloop/loopback-next/issues/110)
- [Guidelines](https://github.com/loopbackio/loopback-next/blob/master/docs/CONTRIBUTING.md)
- [Join the team](https://github.com/loopbackio/loopback-next/issues/110)

@@ -164,3 +164,3 @@ ## Tests

See
[all contributors](https://github.com/strongloop/loopback-next/graphs/contributors).
[all contributors](https://github.com/loopbackio/loopback-next/graphs/contributors).

@@ -167,0 +167,0 @@ ## License

@@ -97,3 +97,3 @@ // Copyright IBM Corp. 2018,2020. All Rights Reserved.

// Use `any` to for `TypedPropertyDescriptor`
// See https://github.com/strongloop/loopback-next/pull/2704
// See https://github.com/loopbackio/loopback-next/pull/2704
// eslint-disable-next-line @typescript-eslint/no-explicit-any

@@ -100,0 +100,0 @@ methodDescriptor?: TypedPropertyDescriptor<any>,

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