Socket
Socket
Sign inDemoInstall

bent

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bent - npm Package Compare versions

Comparing version 1.5.13 to 1.5.14

src/browser.js

17

package.json
{
"name": "bent",
"version": "1.5.13",
"version": "1.5.14",
"description": "Functional HTTP client for Node.js w/ async/await.",
"main": "index.js",
"main": "src/nodejs.js",
"browser": "src/browser.js",
"scripts": {
"test": "tap tests/test-*.js --100",
"pretest": "standard",
"precommit": "npm test"
"test": "nyc --check-coverage --branches 100 --functions 100 --lines 100 aegir test -t node browser",
"pretest": "aegir lint"
},

@@ -16,8 +16,9 @@ "keywords": [],

"bl": "^3.0.0",
"caseless": "^0.12.0",
"caseless": "~0.12.0",
"is-stream": "^2.0.0"
},
"devDependencies": {
"standard": "^12.0.1",
"tap": "^12.6.5"
"aegir": "^20.0.0",
"nyc": "^14.1.1",
"tsame": "^2.0.1"
},

@@ -24,0 +25,0 @@ "repository": {

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