Socket
Socket
Sign inDemoInstall

@logux/backend-test

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logux/backend-test - npm Package Compare versions

Comparing version 4.0.6 to 4.0.7

3

CHANGELOG.md

@@ -6,2 +6,5 @@ # Change Log

## 4.0.7
* Fix meta in protocol tests.
## 4.0.6

@@ -8,0 +11,0 @@ * Removed hard-coded action IDs.

4

package.json
{
"name": "@logux/backend-test",
"version": "4.0.6",
"version": "4.0.7",
"description": "Test Logux Back-end Protocol implementation",

@@ -22,4 +22,4 @@ "keywords": [

"colorette": "^1.2.1",
"ora": "^4.0.4"
"ora": "^4.0.5"
}
}

@@ -53,4 +53,4 @@ # Logux Back-end Test

* Throws an error on `error` action.
* On `users/clean` action sends `users/name` action to the Logux Server
for all users with the name.
* On `users/clean` action set all names to `""` and sends `users/name` action
with new name to all clients.
6. Start your back-end server.

@@ -57,0 +57,0 @@ 7. Call `npx @logux/backend-test` with URL to your back-end server.

@@ -55,3 +55,3 @@ let {

action: { type: 'error' },
meta: { id: '1 10:1:1' }
meta: { id: '1 10:1:1', time: 1 }
},

@@ -61,3 +61,3 @@ {

action: nameAction('10', 'B'),
meta: { id: '1 10:1:1' }
meta: { id: '1 10:1:1', time: 1 }
}

@@ -64,0 +64,0 @@ ]

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