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

dom-ot

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dom-ot - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

3

index.js

@@ -20,2 +20,3 @@ /**

var virtualize = require('vdom-virtualize')
, serialize = require('vdom-serialize')
, nodeAt = require('domnode-at-path')

@@ -98,3 +99,3 @@ , pathTo = require('path-to-domnode')

exports.serialize = function(snapshot) {
return JSON.stringify(virtualize(snapshot))
return serialize(virtualize(snapshot))
}

@@ -101,0 +102,0 @@

{
"name": "dom-ot",
"version": "2.1.0",
"version": "2.1.1",
"description": "Operational transform library for DOM operations (conforms to shareJS' spec)",

@@ -11,2 +11,3 @@ "main": "index.js",

"vdom-virtualize": "0.x",
"vdom-serialize": "1.x",
"changesets": "0.4.x",

@@ -13,0 +14,0 @@ "diff_match_patch": "0.1.x",

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