Socket
Socket
Sign inDemoInstall

@wordpress/dom-ready

Package Overview
Dependencies
Maintainers
10
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/dom-ready - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

6

package.json
{
"name": "@wordpress/dom-ready",
"version": "2.2.0",
"version": "2.3.0",
"description": "Execute callback after the DOM is loaded.",

@@ -23,3 +23,3 @@ "author": "The WordPress Contributors",

"dependencies": {
"@babel/runtime": "^7.3.1"
"@babel/runtime": "^7.4.4"
},

@@ -29,3 +29,3 @@ "publishConfig": {

},
"gitHead": "1e024a20a20369af7bc9720a676fdd3837a3a105"
"gitHead": "87f92f8f58a14a58b44beff0919734c546b3b975"
}

@@ -19,9 +19,7 @@ # DOM Ready

### default
<a name="default" href="#default">#</a> **default**
[src/index.js#L29-L29](src/index.js#L29-L29)
Specify a function to execute when the DOM is fully loaded.
**Usage**
_Usage_

@@ -36,9 +34,9 @@ ```js

**Parameters**
_Parameters_
- **callback** `Function`: A function to execute after the DOM is ready.
- _callback_ `Function`: A function to execute after the DOM is ready.
**Returns**
_Returns_
`void`:
- `void`:

@@ -45,0 +43,0 @@

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