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

resume-schema

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resume-schema

schema ======

  • 0.0.11
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
545
decreased by-29.86%
Maintainers
2
Weekly downloads
 
Created
Source

schema

Build Status

Standard, Specification, Schema

Getting Started

npm install --save resume-schema

To use

var resumeSchema  = require('resume-schema');
resumeSchema.validate({name: "Thomas"});

More likely


var resumeSchema  = require('resume-schema');
var resumeObject = JSON.parse(fs.readFileSync('resume.json', 'utf8'));
resumeSchema.validate(resumeObject);

People

  • Julian Shapiro for 1.0 Draft revisions

Research

file:///home/roland/Downloads/A+more+professional+recruitment+process+with+structured+CV+data.pdf

FAQs

Package last updated on 06 Jul 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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