New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

helpersjs

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

helpersjs

JavaScript helpers, logging etc.

latest
Source
npmnpm
Version
0.1.5
Version published
Maintainers
1
Created
Source

helpers

My collection of JavaScript helpers. Mainly used when developing. Use a proper CDN for libraries when deploying to production.

This repo also contain my own helpers in lib/js/helpers.js and lib/js/simpleAsync.js

Getting Started

See the tests for howto use the libraries.

In node, start with installing using npm

npm install

Development

Just do grunt nodeunit for the node tests.

Open test/helpers_test.html in a browser to run the qunit tests.

There is also a Makefile:

  • make test - run nodeunit tests
  • make asynctest - simple test of simpleAsync.js
  • make doc - build documentation
  • make build - generate minified helpers
  • make clean - clean up

Keywords

JavaScript

FAQs

Package last updated on 09 Aug 2013

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