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

ip2

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ip2 - npm Package Compare versions

Comparing version 0.2.10 to 0.2.11

1.txt

2

bin/ip2-cli.js

@@ -11,3 +11,3 @@ #!/usr/bin/env node

program
.version('0.2.10')
.version('0.2.11')
.option('-v, --version', 'get version number')

@@ -14,0 +14,0 @@ .option('-f, --force', 'overwrite file')

@@ -81,3 +81,7 @@ 'use strict';

exports.use = function(name) {
if (ip2mark(name) == markfile()) return;
//console.log(ip2mark(name), markfile());
if (ip2mark(name) == markfile()) {
console.log(name, 'is using');
return;
}
var ret = checkfile(ip2file(name));

@@ -84,0 +88,0 @@ if (ret === true) {

{
"name": "ip2",
"version": "0.2.10",
"version": "0.2.11",
"description": "another ip address & hosts tools",

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

Sorry, the diff of this file is not supported yet

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