🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@typespec/http

Package Overview
Dependencies
Maintainers
2
Versions
215
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

to
1.1.0-dev.1

10

dist/src/lib.d.ts

@@ -99,3 +99,3 @@ export declare const $lib: import("@typespec/compiler").TypeSpecLibrary<{

"patch-implicit-optional": {
readonly default: "Patch operation stopped applying an implicit optional transform to the body in 1.0.0. Use @patch(#{implicitOptional: false}) to restore the old behavior.";
readonly default: "Patch operation stopped applying an implicit optional transform to the body in 1.0.0. Use @patch(#{implicitOptionality: true}) to restore the old behavior.";
};

@@ -210,3 +210,3 @@ "merge-patch-contains-null": {

"patch-implicit-optional": {
readonly default: "Patch operation stopped applying an implicit optional transform to the body in 1.0.0. Use @patch(#{implicitOptional: false}) to restore the old behavior.";
readonly default: "Patch operation stopped applying an implicit optional transform to the body in 1.0.0. Use @patch(#{implicitOptionality: true}) to restore the old behavior.";
};

@@ -320,3 +320,3 @@ "merge-patch-contains-null": {

"patch-implicit-optional": {
readonly default: "Patch operation stopped applying an implicit optional transform to the body in 1.0.0. Use @patch(#{implicitOptional: false}) to restore the old behavior.";
readonly default: "Patch operation stopped applying an implicit optional transform to the body in 1.0.0. Use @patch(#{implicitOptionality: true}) to restore the old behavior.";
};

@@ -430,3 +430,3 @@ "merge-patch-contains-null": {

"patch-implicit-optional": {
readonly default: "Patch operation stopped applying an implicit optional transform to the body in 1.0.0. Use @patch(#{implicitOptional: false}) to restore the old behavior.";
readonly default: "Patch operation stopped applying an implicit optional transform to the body in 1.0.0. Use @patch(#{implicitOptionality: true}) to restore the old behavior.";
};

@@ -540,3 +540,3 @@ "merge-patch-contains-null": {

"patch-implicit-optional": {
readonly default: "Patch operation stopped applying an implicit optional transform to the body in 1.0.0. Use @patch(#{implicitOptional: false}) to restore the old behavior.";
readonly default: "Patch operation stopped applying an implicit optional transform to the body in 1.0.0. Use @patch(#{implicitOptionality: true}) to restore the old behavior.";
};

@@ -543,0 +543,0 @@ "merge-patch-contains-null": {

@@ -194,3 +194,3 @@ import { createTypeSpecLibrary, paramMessage } from "@typespec/compiler";

messages: {
default: `Patch operation stopped applying an implicit optional transform to the body in 1.0.0. Use @patch(#{implicitOptional: false}) to restore the old behavior.`,
default: `Patch operation stopped applying an implicit optional transform to the body in 1.0.0. Use @patch(#{implicitOptionality: true}) to restore the old behavior.`,
},

@@ -197,0 +197,0 @@ },

{
"name": "@typespec/http",
"version": "1.1.0-dev.0",
"version": "1.1.0-dev.1",
"author": "Microsoft Corporation",

@@ -5,0 +5,0 @@ "description": "TypeSpec HTTP protocol binding",

Sorry, the diff of this file is not supported yet