addr-to-ip-port
Advanced tools
Comparing version 1.4.2 to 1.4.3
{ | ||
"name": "addr-to-ip-port", | ||
"description": "Convert an 'address:port' string to an array [address:string, port:number]", | ||
"version": "1.4.2", | ||
"author": "Feross Aboukhadijeh <feross@feross.org> (http://feross.org/)", | ||
"version": "1.4.3", | ||
"author": { | ||
"name": "WebTorrent, LLC", | ||
"email": "feross@webtorrent.io", | ||
"url": "https://webtorrent.io" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/feross/addr-to-ip-port/issues" | ||
"url": "https://github.com/webtorrent/addr-to-ip-port/issues" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"benchmark": "^1.0.0", | ||
"benchmark": "^2.1.4", | ||
"tape": "^4.0.0" | ||
}, | ||
"homepage": "https://github.com/feross/addr-to-ip-port", | ||
"homepage": "https://github.com/webtorrent/addr-to-ip-port", | ||
"keywords": [ | ||
@@ -30,3 +34,3 @@ "convert", | ||
"type": "git", | ||
"url": "git://github.com/feross/addr-to-ip-port.git" | ||
"url": "git://github.com/webtorrent/addr-to-ip-port.git" | ||
}, | ||
@@ -36,13 +40,3 @@ "scripts": { | ||
"perf": "node perf/basic.js" | ||
}, | ||
"testling": { | ||
"files": "test/*.js", | ||
"browsers": [ | ||
"ie/10..latest", | ||
"chrome/25..latest", | ||
"firefox/20..latest", | ||
"safari/6..latest", | ||
"opera/15.0..latest" | ||
] | ||
} | ||
} |
@@ -1,7 +0,14 @@ | ||
# addr-to-ip-port [![travis](https://img.shields.io/travis/feross/addr-to-ip-port.svg)](https://travis-ci.org/feross/addr-to-ip-port) [![npm](https://img.shields.io/npm/v/addr-to-ip-port.svg)](https://npmjs.org/package/addr-to-ip-port) [![downloads](https://img.shields.io/npm/dm/addr-to-ip-port.svg)](https://npmjs.org/package/addr-to-ip-port) | ||
# addr-to-ip-port [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] | ||
[travis-image]: https://img.shields.io/travis/webtorrent/addr-to-ip-port/master.svg | ||
[travis-url]: https://travis-ci.org/webtorrent/addr-to-ip-port | ||
[npm-image]: https://img.shields.io/npm/v/addr-to-ip-port.svg | ||
[npm-url]: https://npmjs.org/package/addr-to-ip-port | ||
[downloads-image]: https://img.shields.io/npm/dm/addr-to-ip-port.svg | ||
[downloads-url]: https://npmjs.org/package/addr-to-ip-port | ||
[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg | ||
[standard-url]: https://standardjs.com | ||
#### Convert an "address:port" string to an array [address:string, port:number] | ||
[![browser support](https://ci.testling.com/feross/addr-to-ip-port.png)](https://ci.testling.com/feross/addr-to-ip-port) | ||
Uses a cache to prevent excessive array allocations and GC. | ||
@@ -28,2 +35,2 @@ | ||
MIT. Copyright (c) [Feross Aboukhadijeh](http://feross.org). | ||
MIT. Copyright (c) [Feross Aboukhadijeh](https://feross.org) and [WebTorrent, LLC](https://webtorrent.io). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
5546
36