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

@egendata/client

Package Overview
Dependencies
Maintainers
3
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 0.3.2 to 0.4.0

.releaserc.json

3

lib/keyProvider.js

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

/* eslint no-useless-escape: 0 */
const rxPEM = /^-----BEGIN RSA PRIVATE KEY-----\n([a-zA-Z0-9\+\/\=]*\n)*-----END RSA PRIVATE KEY-----\n?$/
const rxPEM = /^-----BEGIN RSA PRIVATE KEY-----\n([a-zA-Z0-9+/=]*\n)*-----END RSA PRIVATE KEY-----\n?$/

@@ -26,0 +25,0 @@ const jsonToBase64 = (obj) => Buffer.from(JSON.stringify(obj), 'utf8').toString('base64')

{
"name": "@egendata/client",
"version": "0.3.2",
"version": "0.4.0",
"description": "Client for Egendata Operator",

@@ -18,3 +18,3 @@ "main": "lib/index.js",

"type": "git",
"url": "git+https://github.com/JobtechSwe/mydata.git"
"url": "git+https://github.com/egendata/client.git"
},

@@ -25,11 +25,12 @@ "contributors": [

"Johan Öbrink <johan.obrink@iteam.se>",
"Alexander Czigler <alexander@iteam.se>"
"Alexander Czigler <alexander@iteam.se>",
"Radu Achim <radu@iteam.se>"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/JobtechSwe/mydata/issues"
"url": "https://github.com/egendata/client/issues"
},
"homepage": "https://github.com/JobtechSwe/mydata/client#readme",
"homepage": "https://github.com/egendata/client#readme",
"dependencies": {
"@egendata/messaging": "0.3.2",
"@egendata/messaging": "^0.4.2",
"@hapi/joi": "^15.0.3",

@@ -49,2 +50,3 @@ "@panva/jose": "^1.0.1",

"devDependencies": {
"@semantic-release/git": "^7.0.16",
"@types/jsonwebtoken": "^8.3.2",

@@ -60,2 +62,3 @@ "@types/moment": "^2.13.0",

"jest": "^24.8.0",
"semantic-release": "^15.13.24",
"supertest": "^3.4.2",

@@ -62,0 +65,0 @@ "tar": "^4.4.10",

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