Socket
Socket
Sign inDemoInstall

matt-utils

Package Overview
Dependencies
160
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    matt-utils

Some simple shothands for some js functions and methods


Version published
Weekly downloads
427
decreased by-6.97%
Maintainers
1
Install size
12.6 MB
Created
Weekly downloads
 

Readme

Source

matt-utils

Some simple shorthands for some js functions and methods

Install

Use npm:

npm i -D matt-utils

Or pnpm

pnpm i -D matt-utils

Usage

Just import the needed functions into your file

import { addEvent, byId } from 'matt-utils'

addEvent( byId( 'some-selector' ), 'click', ( ev ) => {
  console.log( 'click' );
});

Functions

Check the API documentation.

Keywords

FAQs

Last updated on 27 Apr 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc