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

@egendata/client

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@egendata/client - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

7

CHANGELOG.md

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

## [1.0.2](https://github.com/egendata/client/compare/v1.0.1...v1.0.2) (2019-12-11)
### Bug Fixes
* 🐛 issue where we did not return anything ([#68](https://github.com/egendata/client/issues/68)) ([69e7bfa](https://github.com/egendata/client/commit/69e7bfa75dbc244e571a3a71d47cdcc704afcd9a))
## [1.0.1](https://github.com/egendata/client/compare/v1.0.0...v1.0.1) (2019-10-09)

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

7

lib/keyProvider.js

@@ -111,8 +111,3 @@ const { generateKey, importPEM, toPublicKey } = require('./crypto')

async jwksKey (kid) {
let key
if (kid === 'client_key') {
key = this.clientKey
} else {
key = await this.load(`${KEY_PREFIX}${kid}`)
}
const key = await this.getKey(kid)
return key && toPublicKey(key)

@@ -119,0 +114,0 @@ }

{
"name": "@egendata/client",
"version": "1.0.1",
"version": "1.0.2",
"description": "Client for Egendata Operator",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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