Comparing version 3.2.1 to 3.2.2
{ | ||
"name": "phin", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"description": "Ultra-simple, lightweight, dependency-free Node.JS HTTP request client", | ||
@@ -31,7 +31,7 @@ "main": "lib/phin.min.js", | ||
"devDependencies": { | ||
"jsdoc": "^3.5.5", | ||
"whew": "^1.1.3" | ||
}, | ||
"files": [ | ||
"lib/phin.min.js", | ||
"LICENSE" | ||
"lib/phin.min.js" | ||
], | ||
@@ -38,0 +38,0 @@ "engines": { |
@@ -99,14 +99,12 @@ <p align="center" style="text-align: center"><img src="https://raw.githubusercontent.com/ethanent/phin/master/media/phin-textIncluded.png" width="250" alt="phin logo"/></p> | ||
<img src="https://pbs.twimg.com/media/DSLU_UcUEAI4bgc.jpg:large" alt="Request is over 6MB in size. phin is just 25KB in size."/> | ||
phin is a very lightweight library, yet it contains all of the common HTTP client features included in competing libraries! | ||
phin is a very lightweight library. | ||
Here's a size comparison table: | ||
It contains all of the common HTTP client features included in competing libraries! | ||
Package | Size (KB) | Dependencies<br />(Tree Count) | Size Comparison<br />(vs. phin) | ||
--- | --- | --- | --- | ||
request | 4,446 | [53](http://npm.anvaka.com/#/view/2d/request) | 444.6x | ||
superagent | 1,235 | [24](http://npm.anvaka.com/#/view/2d/superagent) | 123.5x | ||
got | 664 | [44](http://npm.anvaka.com/#/view/2d/got) | 66.4x | ||
snekfetch | 107 | [0](http://npm.anvaka.com/#/view/2d/snekfetch) | 10.7x | ||
phin | 10 | [1](http://npm.anvaka.com/#/view/2d/phin) | 1x | ||
Package | Size | ||
--- | --- | ||
request | [![request package size](https://packagephobia.now.sh/badge?p=request)](https://packagephobia.now.sh/result?p=request) | ||
superagent | [![superagent package size](https://packagephobia.now.sh/badge?p=superagent)](https://packagephobia.now.sh/result?p=superagent) | ||
got | [![got package size](https://packagephobia.now.sh/badge?p=got)](https://packagephobia.now.sh/result?p=got) | ||
snekfetch | [![snekfetch package size](https://packagephobia.now.sh/badge?p=snekfetch)](https://packagephobia.now.sh/result?p=snekfetch) | ||
phin | [![phin package size](https://packagephobia.now.sh/badge?p=phin)](https://packagephobia.now.sh/result?p=phin) |
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
5962
2
109