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.4 to 2.0.5

2

index.js

@@ -26,3 +26,3 @@ /**

exports.create = function(initialData) {
var requireJSDOM = 'node-jsdom'
var requireJSDOM = 'jsdom-no-contextify'
, jsdom = require(requireJSDOM).jsdom

@@ -29,0 +29,0 @@ var document = jsdom(initialData||'<div>Hello world</div>')

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

@@ -5,0 +5,0 @@ "main": "index.js",

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