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

mute-structs

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mute-structs - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

9

dist/src/logootsadd.js

@@ -47,2 +47,11 @@ "use strict";

}
// For backward compatibility
// Allow to replay and update previous log of operations
var l = o["l"];
if (typeof l === "string" && l.length > 0) {
var id = identifier_1.Identifier.fromPlain(plainId);
if (id !== null) {
return new LogootSAdd(id, l);
}
}
}

@@ -49,0 +58,0 @@ return null;

4

package.json
{
"name": "mute-structs",
"version": "0.3.1",
"version": "0.3.2",
"description": "NodeJS module providing an implementation of the LogootSplit CRDT algorithm",

@@ -26,3 +26,3 @@ "main": "./dist/src/index.js",

"test:unit": "npm run build && ava",
"test": "npm run lint && npm run test:unit"
"test": "npm run lint && npm run test:unit --"
},

@@ -29,0 +29,0 @@ "ava": {

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