New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.1 to 2.0.2

2

index.js

@@ -28,3 +28,3 @@ /**

, jsdom = require(requireJSDOM).jsdom
var document = jsdom('<div></div>')
var document = jsdom(initialData||'<div>Hello world</div>')
return document.body.firstChild

@@ -31,0 +31,0 @@ }

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

@@ -13,3 +13,3 @@ "main": "index.js",

"diff_match_patch": "0.1.x",
"jsdom": "*"
"node-jsdom": "*"
},

@@ -16,0 +16,0 @@ "devDependencies": {

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