Socket
Socket
Sign inDemoInstall

js-yaml

Package Overview
Dependencies
1
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
46
8Next

3.2.3

Diff

Changelog

Source

[3.2.3] - 2014-11-08

Fixed

  • Implemented dumping of objects with circular and cross references.
  • Partially fixed aliasing of constructed objects. (see issue #141 for details)
vitaly
published 3.2.2 •

Changelog

Source

[3.2.2] - 2014-09-07

Fixed

  • Fixed infinite loop on unindented block scalars.
  • Rewritten base64 encode/decode in binary type, to keep code licence clear.
vitaly
published 3.2.1 •

Changelog

Source

[3.2.1] - 2014-08-24

Fixed

  • Nothig new. Just fix npm publish error.
vitaly
published 3.1.0 •

Changelog

Source

[3.1.0] - 2014-07-07

Changed

  • 1.5x-2x speed boost.
  • Removed deprecated require('xxx.yml') support.
  • Significant code cleanup and refactoring.
  • Internal API changed. If you used custom types - see updated examples. Others are not affected.
  • Even if the input string has no trailing line break character, it will be parsed as if it has one.
  • Added benchmark scripts.
  • Moved bower files to /dist folder
  • Bugfixes.
vitaly
published 3.0.2 •

Changelog

Source

[3.0.2] - 2014-02-27

Fixed

  • Fixed bug: "constructor" string parsed as null.
vitaly
published 3.0.1 •

Changelog

Source

[3.0.1] - 2013-12-22

Fixed

  • Fixed parsing of literal scalars. (issue #108)
  • Prevented adding unnecessary spaces in object dumps. (issue #68)
  • Fixed dumping of objects with very long (> 1024 in length) keys.
vitaly
published 3.0.0 •

Changelog

Source

[3.0.0] - 2013-12-16

Changed

  • Refactored code. Changed API for custom types.
  • Removed output colors in CLI, dump json by default.
  • Removed big dependencies from browser version (esprima, buffer). Load esprima manually, if !!js/function needed. !!bin now returns Array in browser
  • AMD support.
  • Don't quote dumped strings because of - & ? (if not first char).
  • Deprecated loading yaml files via require(), as not recommended behaviour for node.
vitaly
published 2.1.3 •

Changelog

Source

[2.1.3] - 2013-10-16

Fixed

  • Fix wrong loading of empty block scalars.
vitaly
published 2.1.2 •

Changelog

Source

[2.1.2] - 2013-10-07

Fixed

  • Fix unwanted line breaks in folded scalars.
vitaly
published 2.1.1 •

Changelog

Source

[2.1.1] - 2013-10-02

Fixed

  • Dumper now respects deprecated booleans syntax from YAML 1.0/1.1
  • Fixed reader bug in JSON-like sequences/mappings.
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc