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

domassist

Package Overview
Dependencies
Maintainers
6
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

domassist - npm Package Compare versions

Comparing version 1.9.1 to 1.10.0

9

dist/domassist.js

@@ -340,5 +340,8 @@ (function (exports) {

if (document.readyState !== 'loading') {
return execute();
}
setTimeout(function () {
if (document.readyState !== 'loading') {
return execute();
}
}, 0);
document.addEventListener('DOMContentLoaded', loaded);

@@ -345,0 +348,0 @@ };

@@ -16,5 +16,8 @@ const setupReady = (callbacks) => (callback) => {

if (document.readyState !== 'loading') {
return execute();
}
setTimeout(() => {
if (document.readyState !== 'loading') {
return execute();
}
}, 0);
document.addEventListener('DOMContentLoaded', loaded);

@@ -21,0 +24,0 @@ };

{
"name": "domassist",
"version": "1.9.1",
"version": "1.10.0",
"description": "Various dom helpers",

@@ -5,0 +5,0 @@ "main": "dist/domassist.js",

Sorry, the diff of this file is not supported yet

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