Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@browsery/http-parser

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@browsery/http-parser - npm Package Compare versions

Comparing version 0.5.9-r1 to 0.5.9-r2

cjs/package.json

24

package.json
{
"name": "@browsery/http-parser",
"version": "0.5.9-r1",
"version": "0.5.9-r2",
"description": "Browser compatible http-parser-js module",

@@ -8,12 +8,20 @@ "author": "Panates",

"devDependencies": {},
"main": "./cjs/index.cjs",
"module": "./esm/index.mjs",
"types": "./types/index.d.ts",
"type": "module",
"exports": {
".": {
"require": "./cjs/index.cjs",
"import": "./esm/index.mjs",
"types": "./types/http-parser.d.ts"
}
"import": {
"types": "./types/http-parser.d.ts",
"default": "./esm/http-parser.mjs"
},
"require": {
"types": "./types/http-parser.d.ts",
"default": "./cjs/http-parser.cjs"
},
"default": "./esm/http-parser.mjs"
},
"./package.json": "./package.json"
},
"main": "./cjs/http-parser.cjs",
"module": "./esm/http-parser.mjs",
"types": "./types/http-parser.d.ts",
"sideEffects": false,

@@ -20,0 +28,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