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

cable_ready

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cable_ready - npm Package Compare versions

Comparing version 4.0.7 to 4.0.8

5

cable_ready.js

@@ -25,5 +25,4 @@ import morphdom from 'morphdom'

if (fromEl.isEqualNode(toEl)) return false
if (permanentAttributeName && fromEl.closest(`[${permanentAttributeName}]`))
return false
return true
if (!permanentAttributeName) return true
return !fromEl.closest(`[${permanentAttributeName}]`)
}

@@ -30,0 +29,0 @@

2

package.json
{
"name": "cable_ready",
"version": "4.0.7",
"version": "4.0.8",
"main": "./cable_ready.js",

@@ -5,0 +5,0 @@ "scripts": {

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