Socket
Socket
Sign inDemoInstall

@tsed/common

Package Overview
Dependencies
Maintainers
0
Versions
1100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsed/common - npm Package Compare versions

Comparing version 7.82.3 to 8.0.0-alpha.1

8

lib/cjs/builder/PlatformBuilder.js

@@ -136,10 +136,2 @@ "use strict";

/**
* Add classes to the components list
* @param classes
*/
addComponents(classes) {
this.settings.set("imports", this.settings.get("imports", []).concat(classes));
return this;
}
/**
* Add classes decorated by @@Controller@@ to components container.

@@ -146,0 +138,0 @@ *

@@ -110,10 +110,2 @@ import { isClass, isFunction, isString, nameOf } from "@tsed/core";

/**
* Add classes to the components list
* @param classes
*/
addComponents(classes) {
this.settings.set("imports", this.settings.get("imports", []).concat(classes));
return this;
}
/**
* Add classes decorated by @@Controller@@ to components container.

@@ -120,0 +112,0 @@ *

@@ -59,7 +59,2 @@ /// <reference types="node" />

/**
* Add classes to the components list
* @param classes
*/
addComponents(classes: Type | Type[]): this;
/**
* Add classes decorated by @@Controller@@ to components container.

@@ -66,0 +61,0 @@ *

@@ -59,7 +59,2 @@ /// <reference types="node" />

/**
* Add classes to the components list
* @param classes
*/
addComponents(classes: Type | Type[]): this;
/**
* Add classes decorated by @@Controller@@ to components container.

@@ -66,0 +61,0 @@ *

37

package.json

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

"type": "commonjs",
"version": "7.82.3",
"version": "8.0.0-alpha.1",
"source": "./src/index.ts",

@@ -68,16 +68,16 @@ "main": "./lib/cjs/index.js",

"dependencies": {
"@tsed/core": "7.82.3",
"@tsed/di": "7.82.3",
"@tsed/exceptions": "7.82.3",
"@tsed/json-mapper": "7.82.3",
"@tsed/core": "8.0.0-alpha.1",
"@tsed/di": "8.0.0-alpha.1",
"@tsed/exceptions": "8.0.0-alpha.1",
"@tsed/json-mapper": "8.0.0-alpha.1",
"@tsed/logger": ">=6.7.5",
"@tsed/logger-file": ">=6.7.5",
"@tsed/platform-exceptions": "7.82.3",
"@tsed/platform-log-middleware": "7.82.3",
"@tsed/platform-middlewares": "7.82.3",
"@tsed/platform-params": "7.82.3",
"@tsed/platform-response-filter": "7.82.3",
"@tsed/platform-router": "7.82.3",
"@tsed/platform-views": "7.82.3",
"@tsed/schema": "7.82.3",
"@tsed/platform-exceptions": "8.0.0-alpha.1",
"@tsed/platform-log-middleware": "8.0.0-alpha.1",
"@tsed/platform-middlewares": "8.0.0-alpha.1",
"@tsed/platform-params": "8.0.0-alpha.1",
"@tsed/platform-response-filter": "8.0.0-alpha.1",
"@tsed/platform-router": "8.0.0-alpha.1",
"@tsed/platform-views": "8.0.0-alpha.1",
"@tsed/schema": "8.0.0-alpha.1",
"@types/json-schema": "7.0.15",

@@ -89,6 +89,6 @@ "accepts": "^1.3.8",

"devDependencies": {
"@tsed/barrels": "7.82.3",
"@tsed/components-scan": "7.82.3",
"@tsed/engines": "7.82.3",
"@tsed/typescript": "7.82.3",
"@tsed/barrels": "8.0.0-alpha.1",
"@tsed/components-scan": "8.0.0-alpha.1",
"@tsed/engines": "8.0.0-alpha.1",
"@tsed/typescript": "8.0.0-alpha.1",
"cross-env": "7.0.3",

@@ -110,3 +110,6 @@ "eslint": "^8.57.0",

}
},
"publishConfig": {
"tag": "alpha"
}
}

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