New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

braidify

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

braidify - npm Package Compare versions

Comparing version 0.1.18 to 0.1.19

4

braidify-server.js

@@ -207,6 +207,6 @@ var assert = require('assert')

// Validate that the body and patches are strings
if (body)
if (body !== undefined)
assert(typeof body === 'string')
else {
assert(patches)
assert(patches !== undefined)
patches.forEach(p => assert(typeof p.content === 'string'))

@@ -213,0 +213,0 @@ }

{
"name": "braidify",
"version": "0.1.18",
"version": "0.1.19",
"description": "Synchronization for the Web (reference implementation)",

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

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