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

express-typed

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-typed - npm Package Compare versions

Comparing version 0.0.3 to 0.1.0

17

package.json
{
"name": "express-typed",
"version": "0.0.3",
"version": "0.1.0",
"description": "",

@@ -11,4 +11,5 @@ "type": "module",

"build": "tsc",
"build:watch": "tsc -w",
"prepublish": "pnpm build"
"dev": "tsc -w",
"prepublish": "pnpm build",
"test": "vitest"
},

@@ -20,9 +21,11 @@ "keywords": [],

"@types/express": "^4.17.21",
"@types/express-serve-static-core": "^4.19.0",
"@types/qs": "^6.9.15",
"@vitest/coverage-v8": "^1.5.2",
"express": "^4.19.2",
"typescript": "^5.4.2",
"@types/express-serve-static-core": "^4.19.0"
"typescript": "^5.4.2"
},
"peerDependencies": {
"express": "*",
"@types/express": "*"
"@types/express": "*",
"express": "*"
},

@@ -29,0 +32,0 @@ "files": [

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