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

koa-zod-router

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-zod-router - npm Package Compare versions

Comparing version 0.9.13 to 0.9.14

6

CHANGELOG.md
# koa-zod-router
## 0.9.14
### Patch Changes
- 0735721: Preparing for v1
## 0.9.13

@@ -4,0 +10,0 @@

7

package.json
{
"name": "koa-zod-router",
"version": "0.9.13",
"version": "0.9.14",
"description": "",

@@ -11,7 +11,10 @@ "main": "dist/index.js",

"build": "rm -rf dist && tsup src/index.ts --format cjs,esm --dts",
"build:turbo": "turbo run build",
"example": "tsup examples/index.ts --watch",
"test": "mocha",
"test:coverage": "nyc --reporter=text mocha",
"test:turbo": "turbo run test:coverage",
"lint": "tsc && eslint \"src/**/*.ts\" --cache && prettier --check \"src/**/*.ts\"",
"release": "pnpm build && npm publish"
"lint:turbo": "turbo run lint",
"release": "pnpm build:turbo && npm publish"
},

@@ -18,0 +21,0 @@ "author": {

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