New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

limes

Package Overview
Dependencies
Maintainers
5
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

limes - npm Package Compare versions

Comparing version 6.1.7 to 6.1.8

3

build/lib/Limes.js

@@ -70,2 +70,5 @@ "use strict";

}
if (!untrustedDecodedToken.iss) {
throw new Error('Issuer missing.');
}
const identityProvider = this.getIdentityProviderByIssuer({

@@ -72,0 +75,0 @@ issuer: untrustedDecodedToken.iss

@@ -0,1 +1,8 @@

## [6.1.8](https://github.com/thenativeweb/limes/compare/6.1.7...6.1.8) (2021-07-26)
### Bug Fixes
* Handle missing iss field. ([d73d9c6](https://github.com/thenativeweb/limes/commit/d73d9c65ae9b7d86a85b1dd15c1902fa2e74671c))
## [6.1.7](https://github.com/thenativeweb/limes/compare/6.1.6...6.1.7) (2021-06-10)

@@ -2,0 +9,0 @@

@@ -117,2 +117,6 @@ import { Claims } from './Claims';

if (!untrustedDecodedToken.iss) {
throw new Error('Issuer missing.');
}
const identityProvider = this.getIdentityProviderByIssuer({

@@ -119,0 +123,0 @@ issuer: untrustedDecodedToken.iss

16

package.json
{
"name": "limes",
"version": "6.1.7",
"version": "6.1.8",
"description": "limes authenticates users.",

@@ -26,4 +26,4 @@ "contributors": [

"dependencies": {
"@types/express": "4.17.12",
"@types/jsonwebtoken": "8.5.1",
"@types/express": "4.17.13",
"@types/jsonwebtoken": "8.5.4",
"jsonwebtoken": "8.5.1"

@@ -33,8 +33,8 @@ },

"@types/supertest": "2.0.11",
"@types/uuid": "8.3.0",
"assertthat": "6.3.2",
"@types/uuid": "8.3.1",
"assertthat": "6.3.6",
"express": "4.17.1",
"flaschenpost": "5.0.36",
"roboter": "11.7.3",
"semantic-release-configuration": "2.0.1",
"flaschenpost": "5.0.38",
"roboter": "11.7.8",
"semantic-release-configuration": "2.0.5",
"supertest": "6.1.3",

@@ -41,0 +41,0 @@ "uuid": "8.3.2"

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