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 1.2.0 to 1.2.1

2

CHANGELOG.md

@@ -0,1 +1,3 @@

## [1.2.1](https://github.com/holvonix-open/io-ts-fuzzer/compare/v1.2.0...v1.2.1) (2019-08-03)
# [1.2.0](https://github.com/holvonix-open/io-ts-fuzzer/compare/v1.1.0...v1.2.0) (2019-08-03)

@@ -2,0 +4,0 @@

40

package.json
{
"name": "io-ts-fuzzer",
"version": "1.2.0",
"version": "1.2.1",
"description": "Fuzzing for io-ts codecs and types",

@@ -98,40 +98,2 @@ "repository": {

},
"release": {
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"releaseRules": [
{
"type": "perf",
"release": "patch"
},
{
"type": "refactor",
"release": "patch"
},
{
"type": "docs",
"release": "patch"
},
{
"type": "chore",
"scope": "deps",
"release": "patch"
},
{
"subject": "/skip-release/",
"release": false
}
]
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
]
},
"dependencies": {

@@ -138,0 +100,0 @@ "fp-ts": "^2.0.3",

@@ -8,4 +8,6 @@ # io-ts-fuzzer - Fuzzing for io-ts codecs and types

After `yarn add io-ts io-ts-fuzzer`:
After `yarn add io-ts io-ts-fuzzer`...
````typescript

@@ -12,0 +14,0 @@ import * as t from 'io-ts';

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