Socket
Socket
Sign inDemoInstall

ip-subnet-calculator

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.1.4

15

package.json

@@ -6,3 +6,3 @@ {

"homepage": "https://github.com/franksrevenge/IPSubnetCalculator",
"version": "1.1.3",
"version": "1.1.4",
"files": [

@@ -28,7 +28,9 @@ "lib",

"devDependencies": {
"coveralls": "^2.11.9",
"istanbul": "^0.4.3",
"lodash": "4.12.x",
"mocha": "2.4.x",
"lodash": "^4.12.0",
"mocha": "^2.4.0",
"mocha-istanbul": "^0.2.0",
"should": "8.3.x"
"mocha-lcov-reporter": "^1.2.0",
"should": "^8.3.0"
},

@@ -40,5 +42,6 @@ "repository": {

"scripts": {
"test": "mocha"
"test": "mocha",
"test-coverage": "node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js --verbose"
},
"tonicExampleFilename" : "examples/tonic.js"
"tonicExampleFilename": "examples/tonic.js"
}

3

README.md

@@ -8,2 +8,5 @@ IP Subnet Calculator

[![Build Status](https://travis-ci.org/franksrevenge/IPSubnetCalculator.svg?branch=master)](https://travis-ci.org/franksrevenge/IPSubnetCalculator)
[![Dependency Status](https://david-dm.org/franksrevenge/IPSubnetCalculator/status.png)](https://david-dm.org/franksrevenge/IPSubnetCalculator#info=dependencies&view=table)
[![Dev Dependency Status](https://david-dm.org/franksrevenge/IPSubnetCalculator/dev-status.png)](https://david-dm.org/franksrevenge/IPSubnetCalculator#info=devDependencies&view=table)

@@ -10,0 +13,0 @@ What does it do?

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc