You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

markov-strings

Package Overview
Dependencies
Maintainers
1
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
s
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
s
scambier
published 1.5.2 •
s
scambier
published 1.5.1 •
s
scambier
published 1.5.0 •

Changelog

Source

1.5.0

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

Changelog

Source

1.4.0

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

Changelog

Source

1.3.4 - 1.3.5

  • Dependencies update
s
scambier
published 1.3.4 •

Changelog

Source

1.3.4 - 1.3.5

  • Dependencies update
s
scambier
published 1.3.3 •

Changelog

Source

1.3.3

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

Changelog

Source

1.3.2

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

Changelog

Source

1.3.1

  • Updated README example
  • Removed a useless line