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 - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

package.json
{
"name": "resume-schema",
"version": "0.0.3",
"version": "0.0.4",
"description": "schema ======",

@@ -25,2 +25,2 @@ "main": "validator.js",

}
}
}
{
"title": "Resume Schema",
"type": "object",
"properties": {
"name": {
"type": "string"
},
"email": {
"type": "integer"
}
},
"required": ["name"]
"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