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

@types/parsimmon

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/parsimmon - npm Package Compare versions

Comparing version 1.10.2 to 1.10.3

7

parsimmon/index.d.ts

@@ -111,2 +111,9 @@ // Type definitions for Parsimmon 1.10

/**
* Passes the result of `parser` to the function `condition`,
* which returns a boolean. If the the condition is false, returns
* a failed parse with the given `message`. Else it returns the
* original result of `parser`.
*/
assert(condition: (result: T) => boolean, message: string): Parser<T>;
/**
* returns a new parser which tries parser, and if it fails uses otherParser.

@@ -113,0 +120,0 @@ */

6

parsimmon/package.json
{
"name": "@types/parsimmon",
"version": "1.10.2",
"version": "1.10.3",
"description": "TypeScript definitions for Parsimmon",

@@ -52,4 +52,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "736ff6dccef23d40697ee77fea616858f653a50db9681e37f02318d2cf0f6f9d",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "d4283ed936b9bdc32d887669f89eb28e4a7bc51d3ece28d9c0755c4a56b179f7",
"typeScriptVersion": "3.2"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 15 May 2020 11:31:57 GMT
* Last updated: Wed, 23 Sep 2020 06:28:40 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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