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

resume-schema

Package Overview
Dependencies
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resume-schema - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

job-schema.json

14

package.json
{
"name": "resume-schema",
"version": "1.0.0",
"version": "1.0.1",
"description": "JSON Resume Schema",

@@ -17,3 +17,3 @@ "main": "validator.js",

},
"license": "BSD-2-Clause",
"license": "MIT",
"bugs": {

@@ -24,17 +24,19 @@ "url": "https://github.com/jsonresume/resume-schema/issues"

"sample.resume.json",
"sample.job.json",
"schema.json",
"job-schema.json",
"validator.js"
],
"dependencies": {
"z-schema": "^4.2.2"
"z-schema": "^4.2.4"
},
"devDependencies": {
"ajv-cli": "^3.1.0",
"ajv-cli": "^3.3.0",
"json-metaschema": "^1.3.0",
"tap-spec": "^5.0.0",
"tape": "^4.13.2"
"tape": "^4.16.2"
},
"engines": {
"node": ">=10"
"node": ">=20"
}
}

@@ -8,4 +8,12 @@ # JSON Resume Schema

[![](https://dcbadge.limes.pink/api/server/GTZtn8pTXC)](https://discord.gg/GTZtn8pTXC)
Standard, Specification, Schema
## Important Note
The current working version of the schema is `v1.0.0` that is represented by the `master` branch and the files `schema.json` and `sample.resume.json`.
All PR's for the next version should be made against the `develop` branch.
### Getting started

@@ -77,2 +85,6 @@

### Job Description Schema
A draft schema for job descriptions is available in this project as well. It is not yet finalized, but we encourage you to check it out and provide feedback. See `job-schema.json` and `sample.job.json`.
### Other resume standards

@@ -79,0 +91,0 @@

@@ -157,3 +157,3 @@ {

"meta": {
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json",
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/sample.resume.json",
"version": "v1.0.0",

@@ -160,0 +160,0 @@ "lastModified": "2017-12-24T15:53:00"

@@ -500,2 +500,2 @@ {

"type": "object"
}
}
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