Socket
Socket
Sign inDemoInstall

tcomb

Package Overview
Dependencies
0
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.20 to 3.2.21

5

CHANGELOG.md

@@ -15,2 +15,7 @@ # Changelog

# v3.2.21
- **Bug Fix**
- TypeScript definition file: `Nil` should be `void | null` (@francescogior)
# v3.2.20

@@ -17,0 +22,0 @@

2

index.d.ts

@@ -38,3 +38,3 @@ declare module Tcomb {

export var Any: Irreducible<any>;
export var Nil: Irreducible<void>;
export var Nil: Irreducible<void | null>;
export var String: Irreducible<string>;

@@ -41,0 +41,0 @@ export var Number: Irreducible<number>;

{
"name": "tcomb",
"version": "3.2.20",
"version": "3.2.21",
"description": "Type checking and DDD for JavaScript",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc