New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

io-ts-from-json-schema

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

io-ts-from-json-schema - npm Package Compare versions

Comparing version 0.0.13-alpha1 to 0.0.13-alpha2

6

lib/iotsfjs.js

@@ -479,6 +479,8 @@ #!/usr/bin/env node

return [gen.nullType];
case 'object':
return [gen.unknownRecordType];
case 'array':
return [gen.unknownArrayType];
case 'object':
// null and undefined are the only non-object types
// and eliminating them is kinda inconvenient atm
return [];
}

@@ -485,0 +487,0 @@ if (typeof schema.type !== 'undefined') {

{
"name": "io-ts-from-json-schema",
"version": "0.0.13-alpha1",
"version": "0.0.13-alpha2",
"description": "Iotsfjs is a static code generation utility used for converting json schema files into static TypeScript types and io-ts runtime validators.",

@@ -5,0 +5,0 @@ "main": "lib/cli.js",

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