port-numbers
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "port-numbers", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Get the information on network port numbers, based on IANA's public listing", | ||
@@ -29,9 +29,10 @@ "author": "silverwind <me@silverwind.io> (https://github.com/silverwind)", | ||
"csv-parse": "0.0.6", | ||
"got": "^2.3.1" | ||
"got": "^2.3.2" | ||
}, | ||
"devDependencies": { | ||
"grunt": "^0.4.5", | ||
"grunt-bump": "^0.0.16", | ||
"grunt-shell": "^1.1.1" | ||
"grunt-bump": "^0.0.17", | ||
"grunt-shell": "^1.1.1", | ||
"grunt-contrib-jshint": "^0.11.0" | ||
} | ||
} |
@@ -1,9 +0,9 @@ | ||
#port-numbers [![NPM version](https://img.shields.io/npm/v/port-numbers.svg?style=flat)](https://www.npmjs.org/package/port-numbers) [![Dependency Status](http://img.shields.io/david/silverwind/port-numbers.svg?style=flat)](https://david-dm.org/silverwind/port-numbers) | ||
# port-numbers [![NPM version](https://img.shields.io/npm/v/port-numbers.svg?style=flat)](https://www.npmjs.org/package/port-numbers) [![Dependency Status](http://img.shields.io/david/silverwind/port-numbers.svg?style=flat)](https://david-dm.org/silverwind/port-numbers) | ||
> Get the information on network port numbers, based on IANA's public listing | ||
###Installation | ||
### Installation | ||
``` | ||
$ npm install --save port-numbers | ||
``` | ||
###Example | ||
### Example | ||
```js | ||
@@ -10,0 +10,0 @@ var pn = require("port-numbers"); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1001588
4
Updatedgot@^2.3.2