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.1.0 to 1.2.0

7

CHANGELOG.md

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

# [1.2.0](https://github.com/egendata/client/compare/v1.1.0...v1.2.0) (2020-01-10)
### Features
* 🎸 Added domain to config ([#80](https://github.com/egendata/client/issues/80)) ([5e376ab](https://github.com/egendata/client/commit/5e376abda07dcf73b310bd2e3ca877e0f64ae415))
# [1.1.0](https://github.com/egendata/client/compare/v1.0.2...v1.1.0) (2020-01-10)

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

6

package.json
{
"name": "@egendata/client",
"version": "1.1.0",
"version": "1.2.0",
"description": "Client for Egendata Operator",

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

"dependencies": {
"@egendata/messaging": "^0.4.2",
"@egendata/messaging": "^0.6.2",
"@hapi/joi": "^15.1.1",

@@ -59,3 +59,3 @@ "axios": "^0.19.0",

"eslint-plugin-standard": "^4.0.1",
"husky": "^3.0.8",
"husky": "^4.0.6",
"jest": "^24.9.0",

@@ -62,0 +62,0 @@ "lint-staged": "^9.4.1",

@@ -25,6 +25,3 @@ # @egendata/client

operator: 'https://smoothoperator.work', // URL of Operator
clientKeys: {
publicKey: '-----BEGIN RSA PUBLIC KEY-----\nMIGJ...',
privateKey: '-----BEGIN RSA PRIVATE KEY-----\nMIICX...'
},
clientKey: '-----BEGIN RSA PRIVATE KEY-----\nMIICX...',
jwksPath: '/jwks', // endpoint for keys in jwks format

@@ -31,0 +28,0 @@ eventsPath: '/events' // endpoint for events - webhook style

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