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.9 to 4.0.10

3

CHANGELOG.md

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

## 4.0.10
* Fix action’s IDs in `Processes multiple actions` test.
## 4.0.9

@@ -8,0 +11,0 @@ * Fixed multiple values in `--ignore` argument.

6

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

@@ -20,6 +20,6 @@ "keywords": [

"@logux/core": "^0.6.1",
"@logux/server": "^0.9.4",
"@logux/server": "^0.9.5",
"colorette": "^1.2.1",
"ora": "^4.0.5"
"ora": "^5.0.0"
}
}

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

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

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

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

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