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 3.0.1 to 3.0.2

16

lib/Document.js

@@ -383,5 +383,15 @@ /**

missed.forEach(function(oldSnapshot) {
edit.follow(oldSnapshot.edit)
})
try {
missed.forEach(function(oldSnapshot) {
try {
edit.follow(oldSnapshot.edit)
}catch(e) {
e.message = 'Transforming '+edit.id+' against '+oldSnapshot.edit.id+' failed: '+e.message
throw e
}
})
}catch(e) {
cb(e)
return
}

@@ -388,0 +398,0 @@ if(missed.length > 10) {

2

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

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

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

cb()
}, 700)
}, 1000)
})

@@ -372,0 +372,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