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.10 to 4.0.11

5

CHANGELOG.md

@@ -6,4 +6,7 @@ # Change Log

## 4.0.11
* Fixed time in `Processes multiple actions` test (by Vadim Iskuchekov).
## 4.0.10
* Fix action’s IDs in `Processes multiple actions` test.
* Fixed action’s IDs in `Processes multiple actions` test.

@@ -10,0 +13,0 @@ ## 4.0.9

2

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

@@ -5,0 +5,0 @@ "keywords": [

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

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

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

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

@@ -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