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

ipv4-to-int

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipv4-to-int - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "ipv4-to-int",
"version": "0.0.1",
"version": "0.0.2",
"description": "IPv4 to Integer Parser",

@@ -5,0 +5,0 @@ "main": "index.js",

# ipv4-to-int
## Install
```npm install ipv4-to-int --save```
## Usage
```javascript
var ipToInt = require('ipv4-to-int');
console.log(ipToInt('YOU_IP_ADDRESS'));
// Example
console.log(ipToInt('89.150.79.17')); // 1503022865
```
## Reference
http://www.aboutmyip.com/AboutMyXApp/IP2Integer.jsp
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