Socket
Socket
Sign inDemoInstall

parsimmon

Package Overview
Dependencies
0
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1345Next

1.11.0

Diff

Changelog

Source

1.11.0 (2018-06-23)

  • Drastically improves error message formatting for .tryParse and .formatError by showing a full preview of the input with surrounding context, pointing directly at the error (works for both string and Buffer parsers)
wavebeem
published 1.10.0 •

Changelog

Source

1.10.0 (2018-06-17)

  • Adds parser.contramap(fn) and parser.promap(fn)
wavebeem
published 1.9.0 •

Changelog

Source

1.9.0 (2018-06-15)

  • Adds parser.desc(array) signature and Parsimmon.makeFailure(index, array) signature to support starting with an array of expectations
wavebeem
published 1.8.0 •

Changelog

Source

1.8.0 (2018-06-04)

  • Adds parser.tieWith(separator), a generalized version of parser.tie()
wavebeem
published 1.7.3 •

Changelog

Source

1.7.3 (2018-04-22)

  • Shrinks UMD build from ~33 kb to ~11 kb
wavebeem
published 1.7.2 •

Changelog

Source

1.7.2 (2018-04-05)

  • Fixes a bug where seqObj and bitSeqObj wouldn't work with keys that were already part of Object.prototype
wavebeem
published 1.7.1 •

Changelog

Source

1.7.1 (2018-03-22)

  • Fixes a bug where bitSeq consumed the wrong input
wavebeem
published 1.7.0 •

Changelog

Source

1.7.0 (2018-03-10)

  • Adds support for binary parsing using Node.js Buffers
  • Adds Parsimmon.Binary.bitSeq
  • Adds Parsimmon.Binary.bitSeqObj
  • Adds Parsimmon.Binary.byte
wavebeem
published 1.6.4 •

Changelog

Source

1.6.4 (2018-01-01)

  • Fixes parser.many() to throw an error if it detects an infinite parse loop.
wavebeem
published 1.6.2 •

Changelog

Source

1.6.2 (2017-07-08)

  • Fixes another bug with match groups outside the correct range in Parsimmon.regexp(regexp, group).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc