Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

tsipaddr

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsipaddr

A Typescript library with zero dependencies to parse and manipulate IP addresses.

latest
npmnpm
Version
0.3.2
Version published
Maintainers
1
Created
Source

tsipaddr

A Typescript library with zero dependencies to parse and manipulate IP addresses.

This project is NOT ready for production right now, you may expect changes to the public interfaces.

Installing

$ yarn install tsipaddr

Building

Before starting, install the dependencies:

$ yarn install

To build the project:

$ npm run build

To create an installable package:

$ npm run pack

To run the tests directly in Typescript (quickier, better while developing):

$ npm run test

To run the tests in Javascript (includes coverage):

$ npm run test-js

FAQs

Package last updated on 22 Apr 2018

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