Socket
Socket
Sign inDemoInstall

fela-dom

Package Overview
Dependencies
Maintainers
2
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fela-dom - npm Package Compare versions

Comparing version 7.0.7 to 7.0.8

4

es/dom/rehydration/rehydrate.js

@@ -12,3 +12,3 @@ import arrayEach from 'fast-loops/lib/arrayEach';

var rehydrationAttribute = node.getAttribute('data-fela-rehydration') || -1;
var rehydrationIndex = parseInt(rehydrationAttribute);
var rehydrationIndex = renderer.uniqueRuleIdentifier || parseInt(rehydrationAttribute, 10);

@@ -34,2 +34,4 @@ // skip rehydration if no rehydration index is set

});
renderer._emitChange({ type: 'REHYDRATATION_FINISHED' });
}

@@ -29,3 +29,3 @@ 'use strict';

var rehydrationAttribute = node.getAttribute('data-fela-rehydration') || -1;
var rehydrationIndex = parseInt(rehydrationAttribute);
var rehydrationIndex = renderer.uniqueRuleIdentifier || parseInt(rehydrationAttribute, 10);

@@ -51,2 +51,4 @@ // skip rehydration if no rehydration index is set

});
renderer._emitChange({ type: 'REHYDRATATION_FINISHED' });
}
{
"name": "fela-dom",
"version": "7.0.7",
"version": "7.0.8",
"description": "Fela package for working with the DOM",

@@ -29,9 +29,9 @@ "main": "lib/index.js",

"fast-loops": "^1.0.0",
"fela-utils": "^8.0.6"
"fela-utils": "^8.0.7"
},
"devDependencies": {
"fela": "^6.1.7",
"fela-preset-web": "^8.0.6",
"fela-tools": "^5.1.5"
"fela": "^6.1.8",
"fela-preset-web": "^8.0.7",
"fela-tools": "^5.1.6"
}
}
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