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.2 to 1.1.0

7

CHANGELOG.md

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

# [1.1.0](https://github.com/egendata/client/compare/v1.0.2...v1.1.0) (2020-01-10)
### Features
* 🎸 Now supports `domain` in config ([bf4159d](https://github.com/egendata/client/commit/bf4159d060015904cb10046cea0853f96739add4))
## [1.0.2](https://github.com/egendata/client/compare/v1.0.1...v1.0.2) (2019-12-11)

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

1

lib/schemas.js

@@ -22,2 +22,3 @@ const Joi = require('@hapi/joi')

defaultPermissions: Joi.array().items(Joi.object({
domain: Joi.string().uri().optional(),
area: Joi.string().required(),

@@ -24,0 +25,0 @@ types: Joi.array().items(

4

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

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

"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.17.0",
"eslint-plugin-jest": "^23.3.0",
"eslint-plugin-node": "^10.0.0",

@@ -57,0 +57,0 @@ "eslint-plugin-promise": "^4.2.1",

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