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

@drdgvhbh/io-ts-codegen

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

@drdgvhbh/io-ts-codegen - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

2

lib/index.js

@@ -458,3 +458,3 @@ "use strict";

var s = "t.keyof({\n";
s += c.values.map(function (v) { return "" + indentation + escapePropertyKey(v) + ": " + escapePropertyKey(v); }).join(',\n');
s += c.values.map(function (v) { return "" + indentation + escapePropertyKey(v) + ": '" + escapePropertyKey(v) + "'"; }).join(',\n');
s += "\n" + indent(i) + "} as const";

@@ -461,0 +461,0 @@ s = addRuntimeName(s, c.name);

{
"name": "@drdgvhbh/io-ts-codegen",
"version": "0.4.4",
"version": "0.4.5",
"description": "Code generation for io-ts",

@@ -5,0 +5,0 @@ "files": [

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