Socket
Socket
Sign inDemoInstall

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 1.0.11 to 1.0.12

2

fastdom.js

@@ -244,2 +244,2 @@ !(function(win) {

})( typeof window !== 'undefined' ? window : this);
})( typeof window !== 'undefined' ? window : typeof this != 'undefined' ? this : globalThis);
{
"name": "fastdom",
"description": "Eliminates layout thrashing by batching DOM read/write operations",
"version": "1.0.11",
"version": "1.0.12",
"main": "fastdom.js",

@@ -6,0 +6,0 @@ "types": "fastdom.d.ts",

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