🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

markov-strings

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markov-strings - npm Package Versions

13

2.0.0

Diff
scambier
published 2.0.0 •

Changelog

Source

2.0.0

  • Refactoring with breaking changes
  • The constructor and generator take two different options objects
  • Most of generator options are gone, except filter and maxTries
  • Tests have been rewritten with jest, in TypeScript
scambier
published 1.5.2 •
scambier
published 1.5.1 •
scambier
published 1.5.0 •

Changelog

Source

1.5.0

  • Code rewritten in TypeScript. You can now import MarkovGenerator from 'markov-strings'
scambier
published 1.4.0 •

Changelog

Source

1.4.0

  • New filter() method, thanks @flpvsk
scambier
published 1.3.5 •

Changelog

Source

1.3.4 - 1.3.5

  • Dependencies update
scambier
published 1.3.4 •

Changelog

Source

1.3.4 - 1.3.5

  • Dependencies update
scambier
published 1.3.3 •

Changelog

Source

1.3.3

  • Updated README. Version bump for npm
scambier
published 1.3.2 •

Changelog

Source

1.3.2

  • Fixed an infinite loop bug
  • Performance improvement
scambier
published 1.3.1 •

Changelog

Source

1.3.1

  • Updated README example
  • Removed a useless line