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

io-ts-fuzzer

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

io-ts-fuzzer - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

2

build/src/core.js

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

if (kt !== 'string') {
throw new Error('IOTSF0004: recordFuzzer cannot support non-(string, number, boolean) key types');
throw new Error('IOTSF0004: recordFuzzer cannot support non-string key types');
}

@@ -162,0 +162,0 @@ const v = hv.encode([r.int32(), ctx]);

@@ -0,1 +1,13 @@

## [4.2.1](https://github.com/holvonix-open/io-ts-fuzzer/compare/v4.2.0...v4.2.1) (2019-08-25)
### 🐛 Bug Fixes
* correct IOTSF0004 error message ([e69009d](https://github.com/holvonix-open/io-ts-fuzzer/commit/e69009d))
### 💄 Polish
* label record and unknownrecord as supported ([9251714](https://github.com/holvonix-open/io-ts-fuzzer/commit/9251714))
# [4.2.0](https://github.com/holvonix-open/io-ts-fuzzer/compare/v4.1.3...v4.2.0) (2019-08-25)

@@ -2,0 +14,0 @@

{
"name": "io-ts-fuzzer",
"version": "4.2.0",
"version": "4.2.1",
"description": "Fuzzing for io-ts codecs and types",

@@ -5,0 +5,0 @@ "repository": {

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