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

gulf

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulf - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"name": "gulf",
"version": "1.1.1",
"version": "1.1.2",
"description": "transport-agnostic operational transformation control layer",

@@ -5,0 +5,0 @@ "repository": {

@@ -180,3 +180,4 @@ /* global xdescribe, describe, it, xit */

expect(docA.content).to.eql(contentA)
expect(contentB).to.eql(contentB)
expect(docB.content).to.eql(contentA)
expect(contentB).to.eql(contentA)
cb()

@@ -187,2 +188,7 @@ }, 20)

it('should correctly propagate edits from one end to the other end', function(cb) {
linkA.unpipe()
linkB.unpipe()
masterDoc.links[0].unpipe()
masterDoc.links[1].unpipe()
contentA = 'abcd1'

@@ -194,2 +200,5 @@ docA.update([4, '1'])

linkA.pipe(masterDoc.slaveLink()).pipe(linkA)
linkB.pipe(masterDoc.slaveLink()).pipe(linkB)
setTimeout(function() {

@@ -196,0 +205,0 @@ expect(contentB).to.eql(contentA)

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