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 1.1.2 to 1.1.3

11

lib/adapter-mutationSummary.js

@@ -123,6 +123,13 @@ var Manipulate = require('./ops/manipulate')

// Don't insert this node if its parent is already being inserted
return !oplist.some(function(op2) {
if(oplist.some(function(op2) {
if(op2 === op1) return false
return isPrefixOf(op2.to, op1.to)
})
})) {
if(op1.from) {
op2.to = null
return true
}
else return false
}
return true
})

@@ -129,0 +136,0 @@

2

package.json
{
"name": "dom-ot",
"version": "1.1.2",
"version": "1.1.3",
"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