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

blue-rings

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blue-rings - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

2

crdt-counter.js

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 2.3.2
// Generated by CoffeeScript 2.4.1
(function() {

@@ -3,0 +3,0 @@ // Delta-state C(v)RDT

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 2.3.2
// Generated by CoffeeScript 2.4.1
(function() {

@@ -3,0 +3,0 @@ var LWWRegister;

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 2.3.2
// Generated by CoffeeScript 2.4.1
(function() {

@@ -3,0 +3,0 @@ // Delta-state C(v)RDT

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 2.3.2
// Generated by CoffeeScript 2.4.1
(function() {

@@ -3,0 +3,0 @@ var BlueRingAxon, BlueRingStore, assert, bigint_values, counter, integer_values, register, run, set;

{
"name": "blue-rings",
"version": "3.0.0",
"version": "3.1.0",
"description": "Blue Rings: distributed counters",
"main": "index.js",
"dependencies": {
"@shimaore/axon": "^3.4.5"
"@shimaore/axon": "^3.5.0"
},

@@ -9,0 +9,0 @@ "devDependencies": {

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 2.3.2
// Generated by CoffeeScript 2.4.1
(function() {

@@ -3,0 +3,0 @@ var Axon, BlueRingAxon, DEFAULT_PORT, EventEmitter, PING_PACKET, nextTick,

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 2.3.2
// Generated by CoffeeScript 2.4.1
(function() {

@@ -3,0 +3,0 @@ var BlueRingNode, BlueRingStore, collect, expired, nextTick;

@@ -14,3 +14,7 @@ {expect} = chai = require 'chai'

port = Math.ceil 2000+10000*Math.random()
tcp = (p) -> "tcp://127.0.0.1:#{p}"
tcp = (p) ->
if p % 2
"tcp://127.0.0.1:#{p}"
else
"tcp6://[::1]:#{p}"

@@ -17,0 +21,0 @@ run_with = (type,Value) ->

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