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

@logux/core

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logux/core - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

4

base-node/index.js

@@ -46,4 +46,4 @@ import { createNanoEvents } from 'nanoevents'

this.minProtocol = 2
this.localProtocol = 2
this.minProtocol = 3
this.localProtocol = 3
this.localNodeId = nodeId

@@ -50,0 +50,0 @@

# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 0.5.1
* Fix protocol version.
## 0.5 ö

@@ -5,0 +8,0 @@ * Change `auth` callback signature.

{
"name": "@logux/core",
"version": "0.5.0",
"version": "0.5.1",
"description": "Logux core components",

@@ -40,7 +40,2 @@ "keywords": [

},
"./client-node/package.json": "./client-node/package.json",
"./client-node": {
"require": "./client-node/index.cjs",
"import": "./client-node/index.js"
},
"./connect/package.json": "./connect/package.json",

@@ -56,2 +51,7 @@ "./connect": {

},
"./client-node/package.json": "./client-node/package.json",
"./client-node": {
"require": "./client-node/index.cjs",
"import": "./client-node/index.js"
},
"./each-store-check/package.json": "./each-store-check/package.json",

@@ -58,0 +58,0 @@ "./each-store-check": {

Sorry, the diff of this file is not supported yet

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