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

tcomb

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tcomb - npm Package Compare versions

Comparing version 3.2.16 to 3.2.17

5

CHANGELOG.md

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

# v3.2.17
- **Bug Fix**
- add missing `t.Integer` to typescript definition (@gcanti)
# v3.2.16

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

3

index.d.ts

@@ -41,2 +41,3 @@ declare module Tcomb {

export var Number: Irreducible<number>;
export var Integer: Irreducible<number>;
export var Boolean: Irreducible<boolean>;

@@ -266,2 +267,2 @@ export var Array: Irreducible<Array<any>>;

export = Tcomb
export = Tcomb
{
"name": "tcomb",
"version": "3.2.16",
"version": "3.2.17",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc