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

@abtasty/widget-utils

Package Overview
Dependencies
Maintainers
8
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abtasty/widget-utils - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

2

package.json
{
"name": "@abtasty/widget-utils",
"version": "1.7.0",
"version": "1.7.1",
"main": "dist/widget-utils.cjs.js",

@@ -5,0 +5,0 @@ "module": "dist/widget-utils.esm.js",

@@ -10,6 +10,6 @@ # Widgets Utils

```bash
npm install --save-dev @abtasty/widget-utils
npm install @abtasty/widget-utils
```
_Note: you can also use [yarn](https://yarnpkg.com) instead of npm_: `yarn add --dev @abtasty/widget-utils`
_Note: you can also use [yarn](https://yarnpkg.com) instead of npm_: `yarn add @abtasty/widget-utils`

@@ -20,7 +20,7 @@ ## Usage

```javascript
import { ready } from '@abtasty/widget-utils'
import { domReady } from '@abtasty/widget-utils'
ready(() => {
domReady(() => {
// The dom is ready here..
})
```
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