Socket
Socket
Sign inDemoInstall

@appliedblockchain/parser-combinators

Package Overview
Dependencies
Maintainers
18
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appliedblockchain/parser-combinators - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

2

package.json
{
"name": "@appliedblockchain/parser-combinators",
"version": "4.0.0",
"version": "4.0.1",
"description": "Monadic parser combinators.",

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

@@ -6,3 +6,3 @@ import Invalid from './invalid'

export const union =
<T extends P<any>[]>(...as: T): P<{ [K in keyof T]: T extends P<infer R> ? R : never }> =>
<T extends P<unknown>[]>(...as: T): T[number] =>
input => {

@@ -9,0 +9,0 @@ for (const a of as) {

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