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

@tsed/platform-middlewares

Package Overview
Dependencies
Maintainers
1
Versions
552
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsed/platform-middlewares - npm Package Compare versions

Comparing version 6.88.1 to 6.89.0

lib/cjs/constants/index.d.ts

28

package.json
{
"name": "@tsed/platform-middlewares",
"version": "6.88.1",
"version": "6.89.0",
"description": "Middlewares module for Ts.ED Framework",
"private": false,
"source": "./src/index.ts",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"main": "./lib/cjs/index.js",
"typings": "./lib/types/index.d.ts",
"exports": {
"require": "./lib/index.js",
"default": "./lib/index.modern.js"
"types": "./lib/types/index.d.ts",
"import": "./lib/esm/index.js",
"require": "./lib/cjs/index.js",
"default": "./lib/esm/index.js"
},
"scripts": {
"build": "microbundle --target node --no-compress --format modern,cjs --tsconfig ./tsconfig.compile.json"
"build": "yarn run build:esm && yarn run build:cjs",
"build:cjs": "tsc --build tsconfig.compile.json",
"build:esm": "tsc --build tsconfig.compile.esm.json"
},

@@ -20,10 +24,10 @@ "dependencies": {

"devDependencies": {
"@tsed/core": "6.88.1",
"@tsed/di": "6.88.1",
"@tsed/schema": "6.88.1"
"@tsed/core": "6.89.0",
"@tsed/di": "6.89.0",
"@tsed/schema": "6.89.0"
},
"peerDependencies": {
"@tsed/core": "^6.88.1",
"@tsed/di": "^6.88.1",
"@tsed/schema": "^6.88.1"
"@tsed/core": "^6.89.0",
"@tsed/di": "^6.89.0",
"@tsed/schema": "^6.89.0"
},

@@ -30,0 +34,0 @@ "repository": "https://github.com/tsedio/tsed",

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