New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

widget-utils

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

widget-utils

Widget Utils

0.0.12
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Utilities for widget development, zero dependency

Build Status

Setup

  • Webpack based.
  • ES6 as a source.
  • Exports in a umd format, runs everywhere.
  • ES6 tests with Mocha, Chai and Karma runner.
  • Linting with Airbnb eslint
  • npm install -g yarn

Getting started with Development

  • yarn to get the project's dependencies.
  • npm run server to start development server with live-reload and hot module replacement
  • go to http://localhost:8080/index.html

Scripts

  • npm run server - starts development server with live-reload and hot module replacement
  • npm run build - produces production version under the dist folder
  • npm run test - runs tests.

Usage


import * as utils from 'widget-utils';

// utils.isObject({});


Browser Support

IE9+, Mobile Safari 8+, all evergreens.

FAQs

Package last updated on 21 Dec 2016

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