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
4578Next

2.1.0

Diff

Changelog

Source

[2.1.0] - 2013-06-05

Added

  • Add standard YAML schemas: Failsafe (FAILSAFE_SCHEMA), JSON (JSON_SCHEMA) and Core (CORE_SCHEMA).
  • Add skipInvalid dumper option.

Changed

  • Rename DEFAULT_SCHEMA to DEFAULT_FULL_SCHEMA and SAFE_SCHEMA to DEFAULT_SAFE_SCHEMA.
  • Use safeLoad for require extension.

Fixed

  • Bug fix: export NIL constant from the public interface.
vitaly
published 2.0.5 •

Changelog

Source

[2.0.5] - 2013-04-26

Security

  • Close security issue in !!js/function constructor. Big thanks to @nealpoole for security audit.
vitaly
published 2.0.4 •

Changelog

Source

[2.0.4] - 2013-04-08

Changed

  • Updated .npmignore to reduce package size
vitaly
published 2.0.3 •

Changelog

Source

[2.0.3] - 2013-02-26

Fixed

  • Fixed dumping of empty arrays ans objects. ([] and {} instead of null)
vitaly
published 2.0.2 •

Changelog

Source

[2.0.2] - 2013-02-15

Fixed

  • Fixed input validation: tabs are printable characters.
vitaly
published 2.0.1 •

Changelog

Source

[2.0.1] - 2013-02-09

Fixed

  • Fixed error, when options not passed to function cass
vitaly
published 2.0.0 •

Changelog

Source

[2.0.0] - 2013-02-09

Changed

  • Full rewrite. New architecture. Fast one-stage parsing.
  • Changed custom types API.
  • Added YAML dumper.
vitaly
published 1.0.3 •

Changelog

Source

[1.0.3] - 2012-11-05

Fixed

  • Fixed utf-8 files loading.
published 1.0.2 •

Changelog

Source

[1.0.2] - 2012-08-02

Fixed

  • Pull out hand-written shims. Use ES5-Shims for old browsers support. See #44.
  • Fix timstamps incorectly parsed in local time when no time part specified.
published 1.0.1 •

Changelog

Source

[1.0.1] - 2012-07-07

Fixed

  • Fixes TypeError: 'undefined' is not an object under Safari. Thanks Phuong.
  • Fix timestamps incorrectly parsed in local time. Thanks @caolan. Closes #46.
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