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.6 to 4.0.7

4

cable_ready.js

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

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

@@ -29,0 +29,0 @@ }

{
"name": "cable_ready",
"version": "4.0.6",
"version": "4.0.7",
"main": "./cable_ready.js",
"scripts": {
"prettier-check": "yarn run prettier-standard --check ./cable_ready.js"
"prettier-standard-check": "yarn run prettier-standard --check ./cable_ready.js"
},

@@ -8,0 +8,0 @@ "repository": {

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