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.1 to 0.4.2

4

lib/Document.js

@@ -200,2 +200,3 @@ var Link = require('./Link')

fromLink.emit('error', er)
return
}

@@ -250,3 +251,4 @@

}catch(e) {
throw new Error('Applying edit "'+edit.id+'" failed: '+e.message)
e.message = 'Applying edit failed: '+e.message
throw e
}

@@ -253,0 +255,0 @@ }

@@ -113,4 +113,5 @@ var Document = require('./Document')

}catch(e) {
throw new Error('Applying edit "'+edit.id+'" failed: '+e.message)
e.message = 'Applying edit failed: '+e.message
throw e
}
}
{
"name": "gulf",
"version": "0.4.1",
"version": "0.4.2",
"description": "Sync anything!",

@@ -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