Socket
Socket
Sign inDemoInstall

ports

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ports

Manage a registry of unique port assignments


Version published
Maintainers
1
Install size
4.85 kB
Created

Readme

Source

Ports registry

Manage a registry of unique port assignments for an operating system. Store user-defined meta-data with each port.

The registry lives in ~/.ports

Note that this module currently doesn’t check whether a port is actually available. That’s TBD.

I want my app to register itself with local-tld!

var ports = require("ports");
ports.getPort("yourfancyproject");

License

Apache 2 License

(c) 2013 Jan Lehnardt jan@apache.org

Keywords

FAQs

Last updated on 13 Jun 2013

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc