🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

io-ts-immutable

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

io-ts-immutable - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+1
-1
lib/set.d.ts

@@ -7,5 +7,5 @@ import * as t from "io-ts";

* @param codec The codec for the set items.
* @since 0.1.0
* @since 0.2.0
*/
export declare function set<C extends t.Mixed>(codec: C): t.Type<Set<C["_A"]>, C["_O"][], unknown>;
//# sourceMappingURL=set.d.ts.map

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

* @param codec The codec for the set items.
* @since 0.1.0
* @since 0.2.0
*/

@@ -20,0 +20,0 @@ function set(codec) {

{
"name": "io-ts-immutable",
"version": "0.2.0",
"version": "0.2.1",
"description": "A collection of io-ts codecs for the immutable collections from immutable-js",

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

@@ -9,3 +9,3 @@ import * as t from "io-ts";

* @param codec The codec for the set items.
* @since 0.1.0
* @since 0.2.0
*/

@@ -12,0 +12,0 @@ export function set<C extends t.Mixed>(codec: C) {