Comparing version 2.1.0 to 2.1.1
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68133
852
7
+ Addedvdom-serialize@1.x
+ Addedvdom-serialize@1.0.0(transitive)