New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

agent-phin

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agent-phin - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

88

package.json
{
"name": "agent-phin",
"version": "1.0.3",
"description": "The ultra-lightweight Node.js HTTP client now with http agent support",
"main": "lib/phin.min.js",
"scripts": {
"test": "node ./tests/test.js",
"prepublishOnly": "npm test",
"build": "rollup -c",
"gendocs": "rm -r docs || true && jsdoc -R README.md -d ./docs lib/phin.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pxjohnny/agent-phin"
},
"keywords": [
"http",
"https",
"request",
"fetch",
"ajax",
"url",
"uri"
],
"author": "Johnny Tordgeman",
"license": "MIT",
"bugs": {
"url": "https://github.com/pxjohnny/agent-phin/issues"
},
"homepage": "https://github.com/pxjohnny/agent-phin#readme",
"devDependencies": {
"jsdoc": "^3.5.5",
"rollup": "^1.1.0",
"rollup-plugin-terser": "^4.0.2",
"whew": "^1.1.3"
},
"files": [
"lib/phin.min.js"
],
"engines": {
"node": ">= 8"
},
"dependencies": {
"centra": "^2.2.1"
}
"name": "agent-phin",
"version": "1.0.4",
"description": "The ultra-lightweight Node.js HTTP client now with http agent support",
"main": "lib/phin.min.js",
"scripts": {
"test": "node ./tests/test.js",
"prepublishOnly": "npm test",
"build": "rollup -c",
"gendocs": "rm -r docs || true && jsdoc -R README.md -d ./docs lib/phin.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pxjohnny/agent-phin"
},
"keywords": [
"http",
"https",
"request",
"fetch",
"ajax",
"url",
"uri"
],
"author": "Johnny Tordgeman",
"license": "MIT",
"bugs": {
"url": "https://github.com/pxjohnny/agent-phin/issues"
},
"homepage": "https://github.com/pxjohnny/agent-phin#readme",
"devDependencies": {
"jsdoc": "^3.5.5",
"rollup": "^1.1.0",
"rollup-plugin-terser": "^4.0.2",
"whew": "^1.1.3"
},
"files": [
"lib/phin.min.js"
],
"engines": {
"node": ">= 8"
},
"dependencies": {
"centra": "^2.4.0"
}
}

@@ -34,5 +34,2 @@ <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/DSPF9TaUQAA0tIe.jpg:large" alt="phin became 33% lighter with release 2.7.0!"/>
## Quick Demos

@@ -39,0 +36,0 @@

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