🚀 Launch Week Day 4:Introducing the Alert Details Page: A Better Way to Explore Alerts.Learn More →
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

Source
npmnpm
Version
1.4.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

es-sharp

collection of commonly used js functions.

Installation

In a browser:

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

Using npm:

$ npm i es-sharp

In Node.js:

// load the full build
var _ = require('es-sharp')
// or load on demand
var fp = require('es-sharp/lib/fp')
var qs = require('es-sharp/lib/string/qs')
var event = require('es-sharp/lib/event')
...

Keywords

js

FAQs

Package last updated on 14 Aug 2023

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