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

parser-ts

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parser-ts - npm Package Compare versions

Comparing version 0.6.13 to 0.6.14

5

CHANGELOG.md

@@ -16,2 +16,7 @@ # Changelog

# 0.6.14
- **Bug Fix**
- correct typing for `doubleQuotedString`, #46 (@ryota-ka)
# 0.6.13

@@ -18,0 +23,0 @@

2

es6/string.d.ts

@@ -99,3 +99,3 @@ /**

*/
export declare const doubleQuotedString: P.Parser<string, String>
export declare const doubleQuotedString: P.Parser<string, string>
/**

@@ -102,0 +102,0 @@ * @summary

@@ -99,3 +99,3 @@ /**

*/
export declare const doubleQuotedString: P.Parser<string, String>
export declare const doubleQuotedString: P.Parser<string, string>
/**

@@ -102,0 +102,0 @@ * @summary

{
"name": "parser-ts",
"version": "0.6.13",
"version": "0.6.14",
"description": "String parser combinators for TypeScript",

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

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