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

detect-port

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

detect-port - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

16

HISTORY.md

@@ -1,19 +0,19 @@

0.1.4 / 2015-08-24
===================
# 1.0.6 / 2016-11-29
* Bump version for new Repo
# 0.1.4 / 2015-08-24
* Support promise
0.1.2 / 2014-05-31
===================
# 0.1.2 / 2014-05-31
* Fix commander
0.1.1 / 2014-05-30
===================
# 0.1.1 / 2014-05-30
* Add command line support
0.1.0 / 2014-05-29
===================
# 0.1.0 / 2014-05-29
* Initial release

@@ -1,16 +0,3 @@

/* ================================================================
* detect-port by xdf(xudafeng[at]126.com)
*
* first created at : Tue Mar 17 2015 00:16:10 GMT+0800 (CST)
*
* ================================================================
* Copyright xdf
*
* Licensed under the MIT License
* You may not use this file except in compliance with the License.
*
* ================================================================ */
'use strict';
module.exports = require('./lib/detect-port');

@@ -1,14 +0,1 @@

/* ================================================================
* detect-port by xdf(xudafeng[at]126.com)
*
* first created at : Tue Mar 17 2015 00:16:10 GMT+0800 (CST)
*
* ================================================================
* Copyright xdf
*
* Licensed under the MIT License
* You may not use this file except in compliance with the License.
*
* ================================================================ */
'use strict';

@@ -15,0 +2,0 @@

{
"name": "detect-port",
"version": "1.0.5",
"version": "1.0.6",
"description": "detect available port",

@@ -16,3 +16,3 @@ "keywords": [

"type": "git",
"url": "git://github.com/xudafeng/detect-port.git"
"url": "git://github.com/node-modules/detect-port.git"
},

@@ -27,4 +27,3 @@ "dependencies": {},

"pre-commit": "^1.1.3",
"should": "~6.0.3",
"startserver": "^1.3.1"
"should": "~6.0.3"
},

@@ -41,4 +40,4 @@ "scripts": {

},
"homepage": "https://github.com/xudafeng/detect-port",
"homepage": "https://github.com/node-modules/detect-port",
"license": "MIT"
}

@@ -15,6 +15,6 @@ [![logo][logo-image]][logo-url]

[npm-url]: https://npmjs.org/package/detect-port
[travis-image]: https://img.shields.io/travis/xudafeng/detect-port.svg?style=flat-square
[travis-url]: https://travis-ci.org/xudafeng/detect-port
[coveralls-image]: https://img.shields.io/coveralls/xudafeng/detect-port.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/xudafeng/detect-port?branch=master
[travis-image]: https://img.shields.io/travis/node-modules/detect-port.svg?style=flat-square
[travis-url]: https://travis-ci.org/node-modules/detect-port
[coveralls-image]: https://img.shields.io/coveralls/node-modules/detect-port.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/node-modules/detect-port?branch=master
[node-image]: https://img.shields.io/badge/node.js-%3E=_4-red.svg?style=flat-square

@@ -21,0 +21,0 @@ [node-url]: http://nodejs.org/download/

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