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

zod

Package Overview
Dependencies
Maintainers
2
Versions
374
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zod - npm Package Compare versions

Comparing version 3.0.0-alpha.13 to 3.0.0-alpha.14

9

package.json
{
"name": "zod",
"version": "3.0.0-alpha.13",
"version": "3.0.0-alpha.14",
"description": "TypeScript-first schema declaration and validation library with static type inference",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/zod.esm.js",
"type": "module",
"module": "dist/zod.esm.mjs",
"exports": {
"require": "./dist/index.js",
"import": "./dist/zod.esm.js"
"import": "./dist/zod.esm.mjs"
},

@@ -56,3 +55,3 @@ "repository": {

"build": "npm run build:pkg && npm run build:deno",
"build:pkg": "tsdx build",
"build:pkg": "tsdx build && mv dist/zod.esm.js dist/zod.esm.mjs && mv dist/zod.esm.js.map dist/zod.esm.mjs.map",
"build:deno": "rm -rf deno/lib/* && node ./deno/build.mjs",

@@ -59,0 +58,0 @@ "test": "tsdx test",

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