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
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

widget-utils

Widget Utils

1.0.0
latest
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
2
Weekly downloads
 
Created
Source

Utilities for widget development CircleCI

Getting started with Development

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

Scripts

  • npm start - 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.
  • npm 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 21 Jun 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