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

ngx-utilities

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-utilities

[![Build Status](https://travis-ci.org/nbfontana/ngx-utilities.svg?branch=master)](https://travis-ci.org/nbfontana/ngx-utilities) [![codecov](https://codecov.io/gh/nbfontana/ngx-utilities/branch/master/graph/badge.svg)](https://codecov.io/gh/nbfontana/ngx

  • 0.0.26
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

ngx-utilities

Build Status codecov npm version devDependency Status GitHub issues GitHub stars GitHub license

Demo

https://nbfontana.github.io/ngx-utilities/

Table of contents

About

Installation

Install through npm:

npm install --save ngx-utilities

You may also find it useful to view the demo source.

Usage without a module bundler

<script src="node_modules/ngx-utilities/bundles/ngx-utilities.umd.js"></script>
<script>
    // everything is exported ngxUtilities namespace
</script>

Development

Prepare your environment

  • Install Node.js and NPM
  • Install local dev dependencies: npm install while current directory is this repo

Development server

Run npm start or npm run demo to start a development server on port 8000 with auto reload + tests.

Testing

Run npm test to run tests once or npm run test:watch to continually run tests.

License

MIT

Keywords

FAQs

Package last updated on 31 Aug 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

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