Socket
Socket
Sign inDemoInstall

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.18 to 3.2.19

5

CHANGELOG.md

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

# v3.2.19
- **Polish**
- add `strict` (struct, interface) in typescript definition (@gcanti)
# v3.2.18

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

2

index.d.ts

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

props: StructProps;
strict: boolean;
};

@@ -113,2 +114,3 @@ update: Update<T>;

props: StructProps;
strict: boolean;
};

@@ -115,0 +117,0 @@ update: Update<T>;

2

package.json
{
"name": "tcomb",
"version": "3.2.18",
"version": "3.2.19",
"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