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

esdash

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esdash

Functional programming helper library that is aware of (does not duplicate) the latest ECMAScript features, which are polyfillable in all ECMA-262 (even oldest browsers).

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

esdash

Functional programming helper library that is aware of (does not duplicate) the latest ECMAScript features, which are polyfillable in all ECMA-262 (even oldest browsers)

  • Overview
  • Installation
  • API
  • Development

Overview

  • Works on browsers and NodeJS.
  • Tested on these browsers:
    • TODO

Installation

Install manually by adding to your HTML file:

<script src="/path/to/esdash/index.umd.js"></script>

Install with npm:

$ npm install --save esdash

Install with component:

$ component install jakutis/esdash

Install with bower:

$ bower install --save esdash

API

  • all
  • bindLeft
  • bindRight
  • copy
  • dateRFC1123
  • extend
  • flatten
  • noop
  • notEmpty
  • pad
  • pass
  • undefined
  • unique
  • zip

Development

After cloning the repo, and on each modification of index.js file, you have to run npm run compile.

To run tests run npm test.

Checklist before releasing
  • npm run compile.
  • tests pass.
  • package.json, bower.json and component.json version number bumped
  • release X.X.X commit created and tagged as X.X.X.
  • npm publish.

Keywords

FAQs

Package last updated on 01 Aug 2014

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

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