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 0.4.10 to 0.4.11

8

lib/Document.js

@@ -199,5 +199,5 @@ /**

this.queue.push(function(cb) {
this.dispatchEdit(edit, fromLink, function() {
this.dispatchEdit(edit, fromLink, function(er, edit) {
cb()
callback && callback()
callback && callback(er, edit)
})

@@ -210,5 +210,5 @@ }.bind(this))

this.queue.push(function(cb) {
this.dispatchEdit(edit, fromLink, function() {
this.dispatchEdit(edit, fromLink, function(er, edit) {
cb()
callback && callback()
callback && callback(er, edit)
})

@@ -215,0 +215,0 @@ }.bind(this))

{
"name": "gulf",
"version": "0.4.10",
"version": "0.4.11",
"description": "transport-agnostic operational transformation control layer",

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

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