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

zod-metadata

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zod-metadata - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

13

package.json
{
"name": "zod-metadata",
"version": "1.0.1",
"version": "1.0.2",
"description": "Extends Zod with metadata",

@@ -30,3 +30,7 @@ "main": "dist/index.js",

"build": "npm run clean && tsc -p tsconfig.build.json",
"format": "prettier \"**/*.[jt]s\" --write",
"lint": "eslint . --ext .ts --fix",
"test": "jest",
"test:cov": "jest --coverage",
"test:watch": "jest --watch",
"typecheck": "tsc --noEmit",

@@ -60,5 +64,9 @@ "prepare": "husky install"

"@typescript-eslint/parser": "^5.54.1",
"commitlint": "^17.4.4",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"husky": "^8.0.0",
"jest": "^29.5.0",
"lint-staged": "^13.2.0",
"prettier": "^2.8.4",
"rimraf": "^4.3.1",

@@ -69,3 +77,6 @@ "ts-jest": "^29.0.5",

"zod": "^3.21.2"
},
"dependencies": {
"@commitlint/config-conventional": "^17.4.4"
}
}

2

register.d.ts
import './dist/index';
export {}
export {};
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