Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

martian-cidr

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

martian-cidr

Check if an IP address is from reserved subnet

  • 2.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
49
decreased by-15.52%
Maintainers
0
Weekly downloads
 
Created
Source

Martian CIDR

Check if an IP address is from reserved subnet.

Build Status

Certain IP subnets are reserved for special-use by Internet Assigned Numbers Authority (IANA). A Martian packet is an IP packet which specifies a source or destination address from such subnet. If seen on the public internet, these packets cannot actually originate as claimed, or be delivered.

You can check if some packet is a Martian packet like that:

import isMartianIP from 'martian-cidr'
console.log(isMartianIP('10.0.0.1')) // true

ES modules only

Version 2.0.0 introduces a breaking change: the support for CommonJS is removed, minimal Node.js version becomes 14.

Install

npm install --save martian-cidr

Running tests

npm run test

Author

Tom Adler

License

MIT

Keywords

FAQs

Package last updated on 29 Oct 2024

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