You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@typespec/http

Package Overview
Dependencies
Maintainers
1
Versions
268
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typespec/http - npm Package Compare versions

Comparing version
0.50.0-dev.3
to
0.50.0-dev.4
+5
-5
package.json
{
"name": "@typespec/http",
"version": "0.50.0-dev.3",
"version": "0.50.0-dev.4",
"author": "Microsoft Corporation",

@@ -24,8 +24,8 @@ "description": "TypeSpec HTTP protocol binding",

".": {
"default": "./dist/src/index.js",
"types": "./dist/src/index.d.ts"
"types": "./dist/src/index.d.ts",
"default": "./dist/src/index.js"
},
"./testing": {
"default": "./dist/src/testing/index.js",
"types": "./dist/src/testing/index.d.ts"
"types": "./dist/src/testing/index.d.ts",
"default": "./dist/src/testing/index.js"
}

@@ -32,0 +32,0 @@ },