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

fastdom

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastdom - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

bower.json
{
"name": "fastdom",
"description": "Eliminates layout thrashing by batching DOM read/write operations",
"version": "0.4.0",
"version": "0.4.1",
"main": "lib/fastdom.js",

@@ -6,0 +6,0 @@ "scripts": [

{
"name": "fastdom",
"description": "Eliminates layout thrashing by batching DOM read/write operations",
"version": "0.4.0",
"version": "0.4.1",
"main": "lib/fastdom.js",

@@ -6,0 +6,0 @@ "scripts": [

@@ -146,3 +146,7 @@

ctx = fn._dbctx || this;
fn.call(ctx);
try {
fn.call(ctx);
} catch (err) {
// TODO: console.error if options.silent === false.
}
}

@@ -149,0 +153,0 @@ };

{
"name": "fastdom",
"description": "Eliminates layout thrashing by batching DOM read/write operations",
"version": "0.4.0",
"version": "0.4.1",
"main": "lib/fastdom.js",

@@ -6,0 +6,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