Socket
Book a DemoInstallSign in
Socket

es-sharp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es-sharp

collection of commonly used js functions

latest
Source
npmnpm
Version
1.4.5
Version published
Maintainers
1
Created
Source

es-sharp

collection of commonly used js functions.

Usage

$ npm i es-sharp

UMD:

<script src="es-sharp/lib/es-sharp.min.js"></script>

CMD:

var _ = require('es-sharp')
// or
var { qs } = require('es-sharp')

ESM:

import * as _ from 'es-sharp/es/index.mjs'
// or
import qs from 'es-sharp/es/index.mjs'

Keywords

js

FAQs

Package last updated on 17 Apr 2024

Did you know?

Socket

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