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.14
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Utilities for widget development, no dependencies CircleCI

Getting started with Development

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

Scripts

  • yarn start - starts development server with live-reload and hot module replacement
  • yarn run build - produces production version under the dist folder
  • yarn run test - runs tests.
  • yarn run test-ci - runs tests in CI mode.

Usage


// ES6 module

import * as utils from 'widget-utils';

// utils.isObject({});


Browser Support

IE9+, Mobile Safari 8+, all evergreens.

FAQs

Package last updated on 17 Feb 2017

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