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

resume-schema-zod

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resume-schema-zod - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

dist/lib/index.d.ts

5

package.json

@@ -5,3 +5,3 @@ {

"description": "Zod Schema for JSON Resume",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",

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

"scripts": {
"generate": "json-schema-to-zod -s schema.json -t index.ts -n Resume",
"generate": "npx json-schema-to-zod -s schema.json -t lib/schema.ts",
"clean": "rimraf dist",

@@ -35,3 +35,2 @@ "build": "yarn clean && yarn generate && tsc",

"devDependencies": {
"json-schema-to-zod": "^0.6.2",
"rimraf": "^4.1.2",

@@ -38,0 +37,0 @@ "rome": "^11.0.0",

51

README.md

@@ -1,1 +0,50 @@

# resume-schema-zod
<h1 align="center">Zod Schema for JSON Resume</h1>
<p>
<img alt="Version" src="https://img.shields.io/badge/version-0.1.0-blue.svg?cacheSeconds=2592000" />
<a href="#" target="_blank">
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" />
</a>
</p>
[**Zod**](https://github.com/colinhacks/zod) schema for [**JSON Resume**](https://jsonresume.org/). This schema is used to parse and type JSON resume data prior to using it.
---
> ⚠️ Project still under development. Advised to install only for development until version 1.0.0 is released.
---
## Install
```sh
# Yarn
yarn add resume-schema-zod
# NPM
npm install --save resume-schema-zod
```
## Run tests
```sh
yarn test
```
## Author
👤 **Niko Heikkilä**
* Website: <https://nikoheikkila.fi>
* Github: [@nikoheikkila](https://github.com/nikoheikkila)
* LinkedIn: [@nikoheikkila](https://linkedin.com/in/nikoheikkila)
## 🤝 Contributing
Contributions, issues and feature requests are welcome! Feel free to check [issues page](https://github.com/nikoheikkila/resume-schema-zod/issues).
## Show your support
Give a ⭐️ if this project helped you!
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_
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