New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@api-ts/typed-express-router

Package Overview
Dependencies
Maintainers
3
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@api-ts/typed-express-router - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

14

package.json
{
"name": "@api-ts/typed-express-router",
"version": "1.1.0",
"version": "1.1.1",
"description": "Implement an HTTP specification with Express",

@@ -17,7 +17,7 @@ "author": "Patrick McLaughlin <patrickmclaughlin@bitgo.com>",

"format:fix": "prettier --write .",
"test": "c8 --all node --loader tsx --test test/*.ts"
"test": "c8 --all node --require @swc-node/register --test test/*.ts"
},
"dependencies": {
"@api-ts/io-ts-http": "2.4.0",
"@types/express": "4.17.17",
"@types/express": "4.17.18",
"express": "4.18.2",

@@ -28,6 +28,6 @@ "fp-ts": "^2.0.0",

"devDependencies": {
"@api-ts/superagent-wrapper": "1.1.11",
"c8": "7.13.0",
"typescript": "4.7.4",
"tsx": "3.12.7"
"@api-ts/superagent-wrapper": "1.1.12",
"@swc-node/register": "1.6.7",
"c8": "8.0.1",
"typescript": "4.7.4"
},

@@ -34,0 +34,0 @@ "publishConfig": {

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