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

@egendata/client

Package Overview
Dependencies
Maintainers
2
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.1 to 0.3.2

5

lib/memoryStore.js

@@ -21,2 +21,7 @@ const createMemoryStore = () => {

},
removeAll: async function () {
for (const [key] of timeouts.entries()) {
await this.remove(key)
}
},
isMemoryStore: true

@@ -23,0 +28,0 @@ }

8

package.json
{
"name": "@egendata/client",
"version": "0.3.1",
"version": "0.3.2",
"description": "Client for Egendata Operator",
"main": "lib/index.js",
"scripts": {
"test": "jest",
"test": "jest --color",
"test:watch": "jest --watchAll",

@@ -32,3 +32,3 @@ "test:debug": "node --inspect-brk node_modules/jest/bin/jest -c jest.config.js --runInBand",

"dependencies": {
"@egendata/messaging": "0.3.1",
"@egendata/messaging": "0.3.2",
"@hapi/joi": "^15.0.3",

@@ -57,3 +57,3 @@ "@panva/jose": "^1.0.1",

"eslint-plugin-standard": "^4.0.0",
"jest": "^23.6.0",
"jest": "^24.8.0",
"supertest": "^3.4.2",

@@ -60,0 +60,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