Socket
Socket
Sign inDemoInstall

undici

Package Overview
Dependencies
Maintainers
2
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

undici - npm Package Compare versions

Comparing version 3.3.3 to 3.3.4

.husky/_/husky.sh

9

lib/node/http-parser.js
'use strict'
// TODO: This is not really allowed by Node but it works for now.
const { HTTPParser } = process.binding('http_parser') // eslint-disable-line
const common = require('_http_common')
module.exports = HTTPParser
if (common.HTTPParser) {
module.exports = common.HTTPParser
} else {
// Node 10
module.exports = process.binding('http_parser').HTTPParser // eslint-disable-line
}
{
"name": "undici",
"version": "3.3.3",
"version": "3.3.4",
"description": "An HTTP/1.1 client, written from scratch for Node.js",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc