Socket
Socket
Sign inDemoInstall

@tsed/schema

Package Overview
Dependencies
Maintainers
1
Versions
788
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsed/schema - npm Package Compare versions

Comparing version 8.0.0-alpha.3 to 8.0.0-alpha.4

6

lib/cjs/constants/OperationVerbs.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.OperationMethods = exports.OPERATION_WS_VERBS = exports.OPERATION_HTTP_VERBS = exports.OperationVerbs = void 0;
exports.OPERATION_WS_VERBS = exports.OPERATION_HTTP_VERBS = exports.OperationVerbs = void 0;
var OperationVerbs;

@@ -32,6 +32,2 @@ (function (OperationVerbs) {

exports.OPERATION_WS_VERBS = [OperationVerbs.PUBLISH, OperationVerbs.SUBSCRIBE];
/**
* @deprecated Use OperationVerbs instead of OperationMethods
*/
exports.OperationMethods = OperationVerbs;
//# sourceMappingURL=OperationVerbs.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Options = exports.Patch = exports.Head = exports.Delete = exports.Put = exports.Post = exports.Get = exports.All = exports.Route = void 0;
exports.Options = exports.Patch = exports.Head = exports.Delete = exports.Put = exports.Post = exports.Get = exports.All = void 0;
const OperationVerbs_js_1 = require("../../constants/OperationVerbs.js");
const operation_js_1 = require("./operation.js");
/**
* @deprecated Use Operation instead of Route
*/
exports.Route = operation_js_1.Operation;
/**
* This method is just like the `router.METHOD()` methods, except that it matches all HTTP methods (verbs).

@@ -12,0 +8,0 @@ *

@@ -29,6 +29,2 @@ export var OperationVerbs;

export const OPERATION_WS_VERBS = [OperationVerbs.PUBLISH, OperationVerbs.SUBSCRIBE];
/**
* @deprecated Use OperationVerbs instead of OperationMethods
*/
export const OperationMethods = OperationVerbs;
//# sourceMappingURL=OperationVerbs.js.map
import { OperationVerbs } from "../../constants/OperationVerbs.js";
import { Operation } from "./operation.js";
/**
* @deprecated Use Operation instead of Route
*/
export const Route = Operation;
/**
* This method is just like the `router.METHOD()` methods, except that it matches all HTTP methods (verbs).

@@ -9,0 +5,0 @@ *

@@ -17,5 +17,1 @@ export declare enum OperationVerbs {

export declare const OPERATION_WS_VERBS: OperationVerbs[];
/**
* @deprecated Use OperationVerbs instead of OperationMethods
*/
export declare const OperationMethods: typeof OperationVerbs;

@@ -1,7 +0,2 @@

import { Operation } from "./operation.js";
/**
* @deprecated Use Operation instead of Route
*/
export declare const Route: typeof Operation;
/**
* This method is just like the `router.METHOD()` methods, except that it matches all HTTP methods (verbs).

@@ -8,0 +3,0 @@ *

@@ -17,5 +17,1 @@ export declare enum OperationVerbs {

export declare const OPERATION_WS_VERBS: OperationVerbs[];
/**
* @deprecated Use OperationVerbs instead of OperationMethods
*/
export declare const OperationMethods: typeof OperationVerbs;

@@ -1,7 +0,2 @@

import { Operation } from "./operation.js";
/**
* @deprecated Use Operation instead of Route
*/
export declare const Route: typeof Operation;
/**
* This method is just like the `router.METHOD()` methods, except that it matches all HTTP methods (verbs).

@@ -8,0 +3,0 @@ *

16

package.json

@@ -5,3 +5,3 @@ {

"type": "commonjs",
"version": "8.0.0-alpha.3",
"version": "8.0.0-alpha.4",
"source": "./src/index.ts",

@@ -41,3 +41,3 @@ "main": "./lib/cjs/index.js",

"dependencies": {
"@tsed/openspec": "8.0.0-alpha.3",
"@tsed/openspec": "8.0.0-alpha.4",
"change-case": "^4.1.2",

@@ -52,6 +52,6 @@ "fs-extra": "^11.2.0",

"@apidevtools/swagger-parser": "10.1.0",
"@tsed/barrels": "8.0.0-alpha.3",
"@tsed/core": "8.0.0-alpha.3",
"@tsed/openspec": "8.0.0-alpha.3",
"@tsed/typescript": "8.0.0-alpha.3",
"@tsed/barrels": "8.0.0-alpha.4",
"@tsed/core": "8.0.0-alpha.4",
"@tsed/openspec": "8.0.0-alpha.4",
"@tsed/typescript": "8.0.0-alpha.4",
"@types/fs-extra": "11.0.4",

@@ -67,4 +67,4 @@ "@types/json-schema": "7.0.15",

"peerDependencies": {
"@tsed/core": "8.0.0-alpha.3",
"@tsed/openspec": "8.0.0-alpha.3"
"@tsed/core": "8.0.0-alpha.4",
"@tsed/openspec": "8.0.0-alpha.4"
},

@@ -71,0 +71,0 @@ "peerDependenciesMeta": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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