Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nodeca/js-yaml

JavaScript YAML parser and dumper. Very fast.
https://github.com/nodeca/js-yaml

README.md: HTTP => HTTPS (#678)

0d3ca7a27b03a6c974790a30a89e456007d62976 authored over 2 years ago by Kai <[email protected]>
doc: 'empty' style option for !!null

`empty` for `!!null` has been introduced by 421ed226e36e0f834335c9ddae5551b70c6659af

49baadd52af887d2991e2c39a6639baa56d6c71b authored over 3 years ago by Thibault Dalban <[email protected]>
Fix demo link (#618)

ba3460eb9d3e4478edcbc29edabe17c2157fc9ce authored over 3 years ago by Angus Yang <[email protected]>
4.1.0 released

2cef47bebf60da141b78b085f3dea3b5733dcc12 authored over 3 years ago by Vitaly Puzrin <[email protected]>
dist rebuild

810b149ce2d475109722474d91118f0671b15e20 authored over 3 years ago by Vitaly Puzrin <[email protected]>
Export built-in types, type override now preserves order

2b5620ed8f03ba0df319fe7710f6d7fd44811742 authored over 3 years ago by Alex Kocharin <[email protected]>
doc: clarify `lineWidth` dump options (#612)

ab31bba6b41f58390f431123ffec5031b986edf5 authored almost 4 years ago by jeho <[email protected]>
4.0.0 released

ee74ce4b4800282b2f23b776be7dc95dfe34db1c authored about 4 years ago by Vitaly Puzrin <[email protected]>
dist rebuild

a44bb7c9e1d0fc6be1a2e39dc2f06ed85c953eac authored about 4 years ago by Vitaly Puzrin <[email protected]>
Throw an error if block sequence/mapping indent contains a tab

fix https://github.com/nodeca/js-yaml/issues/80

aee620a20e85e651073ad8e6468d10a032f0eca8 authored about 4 years ago by Alex Kocharin <[email protected]>
Fix parsing of invalid block mappings

close https://github.com/nodeca/js-yaml/issues/418

f0f205bd20534bfd31f12a29d23c1d7cf60fc899 authored about 4 years ago by Alex Kocharin <[email protected]>
Fix error with anchor not being assigned to an empty node

fix https://github.com/nodeca/js-yaml/issues/301

e8cf6f6aa335c6c63d844b470240c9be661baa7f authored about 4 years ago by Alex Kocharin <[email protected]>
Shorthand tags with !! whenever possible

fix https://github.com/nodeca/js-yaml/issues/258

a583097bbce25e2938e76f89b42e5fdabc9d6c60 authored about 4 years ago by Alex Kocharin <[email protected]>
Dump custom tags starting with `!` as `!tag` instead of `!<!tag>`

a0d0caa5aa0f5354fefa9c637cfb7c4c17ef7d02 authored about 4 years ago by Alex Kocharin <[email protected]>
Fix examples

1ea8370e31380226a188e61af293e7088002ede0 authored about 4 years ago by Alex Kocharin <[email protected]>
Add multi tags covering all tags with the fixed prefix

73ef02cfcb63d9f1c5932dadc1fc35f05a25fdbc authored about 4 years ago by Alex Kocharin <[email protected]>
Add replacer similar to one in JSON.stringify

fix https://github.com/nodeca/js-yaml/issues/339

359b264c0fbadfae86caff91879bf40e902df690 authored about 4 years ago by Alex Kocharin <[email protected]>
Serialize undefined as null in collections, remove it in mappings

fix https://github.com/nodeca/js-yaml/issues/571
fix https://github.com/nodeca/js-yaml/issues/325

56d5616938af5be943074222b9b10e0519b170b7 authored about 4 years ago by Alex Kocharin <[email protected]>
Fix minor issue in formatting error snippets

38528f7a7e46fc0a94d4154785344f40d70341e4 authored about 4 years ago by Alex Kocharin <[email protected]>
Force demo use latest code (instead o dist)

450835254bdee5674db6f347eb7e6a51700de069 authored about 4 years ago by Vitaly Puzrin <[email protected]>
Update funding info

8d23f3c84cef62ea76880308da2673d74cbb854e authored about 4 years ago by Vitaly Puzrin <[email protected]>
Change code snippet format for exceptions

90ebea5b0b3a0fb7e4562be7366069218e9394f0 authored about 4 years ago by Alex Kocharin <[email protected]>
Remove Mark class, move all logic into `snippet` helper

c27011e04034fe18db1abd47dda80495de89a6bf authored about 4 years ago by Alex Kocharin <[email protected]>
Only quote []{} in block, not in flow context

eb08b0eca0315c2b08d592e9f5c74e5cdcc68270 authored about 4 years ago by Alex Kocharin <[email protected]>
Improve Plain Style support

close https://github.com/nodeca/js-yaml/pull/557

91f9662250a55ec30ffa2948da6c331efbe2364d authored about 4 years ago by Himura Kazuto <[email protected]>
Fix noCompatMode flag for base60

dc44dd37ed34c57a1d04e5b8d161fc09031c9e30 authored about 4 years ago by Alex Kocharin <[email protected]>
Use defineProperty if user data happens to have `__proto__`

fix https://github.com/nodeca/js-yaml/issues/164

a00312147f287a1703bf6b7e104d27c8a0caacee authored about 4 years ago by Alex Kocharin <[email protected]>
Disallow completely empty nodes in flow collections

fix https://github.com/nodeca/js-yaml/issues/321

adfee179ba85e5a2d2023f010d586b7209fdb083 authored about 4 years ago by Alex Kocharin <[email protected]>
Remember cursor position for 'duplicate mapping key' exception

ref https://github.com/nodeca/js-yaml/issues/452
ref https://github.com/nodeca/js-yaml/issues/243

b1cc0e99bdf2fc5a25db06e663b2d7b2ed69b54f authored about 4 years ago by Alex Kocharin <[email protected]>
Add 'empty' style option for !!null

fix https://github.com/nodeca/js-yaml/issues/570

421ed226e36e0f834335c9ddae5551b70c6659af authored about 4 years ago by Alex Kocharin <[email protected]>
Don't quote literals with `:` except when necessary

fix https://github.com/nodeca/js-yaml/issues/470

db3f52985ba6f3076e6fb4318ca0c5c3c578ccba authored about 4 years ago by Alex Kocharin <[email protected]>
Add options to specify string quoting

7b256d7612a4c29cdf5dfd48a15e01c8dbbb5291 authored about 4 years ago by Alex Kocharin <[email protected]>
Avoid calling hasOwnProperty of user-controlled objects

e85206639fc5563f700e7e57b91d9168481f4439 authored about 4 years ago by Alex Kocharin <[email protected]>
Update rollup.js paths after dir struct change, #597

3c5565858fcb84a8678382be3aa5fc59d9d9690f authored about 4 years ago by Vitaly Puzrin <[email protected]>
Make package.json part of the export map to improve tooling compatability (#594)

f0a5e01ff9cdf19b222569ab06486263d5eb07fd authored about 4 years ago by Rouven Weßling <[email protected]>
Cleanup issue tests

764c2e22182c6e543af126e6c8f75db524d1809a authored about 4 years ago by Vitaly Puzrin <[email protected]>
Dev deps bump

503dc6b923ed9b03339de63b511f45b578bff859 authored about 4 years ago by Vitaly Puzrin <[email protected]>
Bump argparse

f823c34a70f51cab03f67a4e32aa0d9097d13efe authored about 4 years ago by Vitaly Puzrin <[email protected]>
Add migration docs

fc728caeeec65d3981fff940e7a40d44513de599 authored about 4 years ago by Alex Kocharin <[email protected]>
Parse numbers according to YAML 1.2 instead of YAML 1.1

19185199e0cc6357869afde7194bb2239ef67917 authored about 4 years ago by Alex Kocharin <[email protected]>
Docs update

d1692b9e006d95eb9f9b432b2b6615e353b0623d authored about 4 years ago by Vitaly Puzrin <[email protected]>
mocha: suite/test => describe/it

2fcfa8190c8c8579b98ca11854447bd0035e904c authored about 4 years ago by Vitaly Puzrin <[email protected]>
Update deprecated assert methods

3f434325dbececbbdf149bf7bf8182fb1abf5079 authored about 4 years ago by Vitaly Puzrin <[email protected]>
Reduced nesting of `/lib` folder

cf8790b0a76d51f19665ba345bb5d9697020e5d0 authored about 4 years ago by Vitaly Puzrin <[email protected]>
Use Uint8Array for !!binary

c15d424448108771708eb942515b06020ecfe84c authored about 4 years ago by Vitaly Puzrin <[email protected]>
dist rebuild

a9178c8f8205aa6fda90ae61dea483ac14ba1986 authored about 4 years ago by Vitaly Puzrin <[email protected]>
Drop Makefile

9bed180fa4d23733c5fb8687e29cad77a440a697 authored about 4 years ago by Vitaly Puzrin <[email protected]>
browserify => rollup, + mjs support

1b5fea8526fea734041334db3687ae5a919a0dfc authored about 4 years ago by Vitaly Puzrin <[email protected]>
Move js types to separate package

1d7d7e929a9331bdff0d70c4ae0d3363ee0f4215 authored about 4 years ago by Alex Kocharin <[email protected]>
Drop .ndocrc

3c69cc779abb2a87578f7180da7461116062eb59 authored about 4 years ago by Vitaly Puzrin <[email protected]>
istanbul => nyc

7b5b0c1b63ce152145007f93b124d064b7b28461 authored about 4 years ago by Vitaly Puzrin <[email protected]>
CI: update badge

3881a773f53ff946b73bbe8980b14d6e3c95ce26 authored about 4 years ago by Vitaly Puzrin <[email protected]>
CI: switch to gihub actions

b8cc143cbf4ec7f24146a4f4731efdf236da59f4 authored about 4 years ago by Vitaly Puzrin <[email protected]>
Move eslint ignore patterns to main config

dbebf1e2a7b6b07d73856dad8eb401fc7853f178 authored about 4 years ago by Vitaly Puzrin <[email protected]>
Drop bower.json

c216c1d1b22aa22834f91d3c2a364cc876ba8207 authored about 4 years ago by Vitaly Puzrin <[email protected]>
Astral characters are no longer encoded by dump/safeDump

close https://github.com/nodeca/js-yaml/issues/587
ref https://github.com/nodeca/js-yaml/pull/58...

0b2e7029a137935279a4d3e3d26cc63cdab8b57d authored about 4 years ago by Alex Kocharin <[email protected]>
Fix noArrayIndent on nested arrays (#532)

fe729792b5a05d8c5eaf0bb8cfb04c4babd15587 authored about 4 years ago by maximgavrilov <[email protected]>
Merge pull request #585 from abenrob/patch-1

Update README.md

d8ba4022248136211675b3b29c522a53e6b5b1f7 authored about 4 years ago by Vitaly Puzrin <[email protected]>
Update README.md

Typo fix

f014ef7e882e4fded2675221ea7df303798695b4 authored about 4 years ago by Adam Roberts <[email protected]>
Merge pull request #574 from JounQin/patch-1

docs: `number` and `null` could be returned by `safeLoad`

86aabf133f5c008b297593cc30a51e44cf63553d authored over 4 years ago by Vitaly Puzrin <[email protected]>
docs: `number` and `null` could be returned

```js
safeLoad('0') -> 0
safeLoad('null') -> null
```

7cfaab8e84d2a36317749b0c57f1fcceb1d626a2 authored over 4 years ago by JounQin <[email protected]>
3.14.0 released

34e5072f43fd36b08aaaad433da73c10d47c41e5 authored over 4 years ago by Vitaly Puzrin <[email protected]>
Browser files rebuild

7b25c83a6dc77097c2bf14bf714e168f60ee199b authored over 4 years ago by Vitaly Puzrin <[email protected]>
Dev deps bump

6f7347396867b8dcfc042722c2aae810dfe4caae authored over 4 years ago by Vitaly Puzrin <[email protected]>
Travis-CI: drop old nodejs versions

0c293491d903cddcd41b41c165bc45eeb9a8d720 authored over 4 years ago by Vitaly Puzrin <[email protected]>
fix(loader): Add support for `safe/loadAll(input, options)`

10be97ebbd588e68907e6c67e0b3843a4caab475 authored over 4 years ago by ExE Boss <[email protected]>
Fix issue #526: wrong quote position writing condensed flow (#527)

Fix issue #526: wrong quote position writing condensed flow

d6983dd4291849b2854e8d26e1beb302edfd4c76 authored about 5 years ago by Vitaly Puzrin <[email protected]>
fix issue 526 (wrong quote position writing condensed flow)

93fbf7d4ddecea60709c8379397247af28f11e10 authored about 5 years ago by Gabriele Coletta <[email protected]>
readme: update titelift info

e569cc70ec9b41760d0d37b805a1d9b3ada519ca authored about 5 years ago by Vitaly Puzrin <[email protected]>
changelog format update

8fb29059223b5f700dec4ea09b3d5550cd3a8e32 authored about 5 years ago by Vitaly Puzrin <[email protected]>
Verify that there are no null-bytes in input

33c2236d702fee430cac27ab41d75069b6647765 authored about 5 years ago by Alex Kocharin <[email protected]>
Check the node type for !<?> tag in case user manually specifies it

aeb68285db2a919fc6174f5a65caf141c74e1ef5 authored about 5 years ago by Alex Kocharin <[email protected]>
Merge pull request #523 from tmcw/unpkg-jsdelivr-fields

Add unpkg and jsdelivr fields to point to browser build

3e939732fde686f3ae0fb46234f00bd3fbb8223f authored about 5 years ago by Vitaly Puzrin <[email protected]>
Add unpkg and jsdelivr fields to point to browser build

b565e1a70370a7dcb1c5af37a12d55e84c494a80 authored about 5 years ago by Tom MacWright <[email protected]>
Merge pull request #521 from vcache/feature/dumper-spec-compilance

dumper: don't quote strings with # without need

d9fe6221c917b6c63c11c7250e69307f87b4bf81 authored about 5 years ago by Vitaly Puzrin <[email protected]>
dumper: don't quote strings with # without need

667b3a1c1757a81dc209bc8e9cf9e812ebefd226 authored about 5 years ago by Igor Bereznyak <[email protected]>
Add equals sign to list of unsafe values for plain styling (#519)

2fcb465bfaeb2105a8165e34600edd6e9ad61b7b authored about 5 years ago by Murtaza Jafferji <[email protected]>
Merge pull request #513 from MartijnCuppens/patch-1

Use `const` where appropriate in README

54074aef611afdfc277409bd3ebc82d4de62556b authored over 5 years ago by Vitaly Puzrin <[email protected]>
Use `const` where appropriate

ae24505aba351d4875dab4f2a9c1b2b93ae15cf5 authored over 5 years ago by Martijn Cuppens <[email protected]>
README: add Tidelift link

3db03f295865cf58ec9f4257894b55a6ad52e9ed authored over 5 years ago by Vitaly Puzrin <[email protected]>
README cleanup

1d88bd13ab3efb4af0941381317c8555e968b13c authored over 5 years ago by Vitaly Puzrin <[email protected]>
Create FUNDING.yml

2334c9b41915e00416f03bb671d34f69666f6b3d authored over 5 years ago by Vitaly Puzrin <[email protected]>
Merge pull request #508 from fabiospampinato/master

Readme: clarified “safeLoad” return type

1d4c8c6567d1ccce715ffa231d326dd418210886 authored over 5 years ago by Vitaly Puzrin <[email protected]>
Readme: clarified “safeLoad” return type

7d507cba6ddc7ef82d270a12b2a9b6c00a741fa7 authored over 5 years ago by Fabio Spampinato <[email protected]>
3.13.1 released

665aadda42349dcae869f12040d9b10ef18d12da authored almost 6 years ago by Vitaly Puzrin <[email protected]>
Browser files rebuild

da8ecf24b63d2307015e75ee8bd1da1977071e35 authored almost 6 years ago by Vitaly Puzrin <[email protected]>
Merge pull request #480 from nodeca/toString

Fix possible code execution in (already unsafe) load()

b2f9e882397660da37c5c5bb92e8ccc7bb9eb668 authored almost 6 years ago by Vitaly Puzrin <[email protected]>
Fix possible code execution in (already unsafe) load()

... when object with executable toString() property is used as a map key

e18afbf1edcafb7add2c4c7b22abc8d6ebc2fa61 authored almost 6 years ago by Alex Kocharin <[email protected]>
3.13.0 released

9d4ce5e2895365c943d2bdf7e7c8ac1be3ec51a3 authored almost 6 years ago by Vitaly Puzrin <[email protected]>
Browser files rebuild

f64c6737dbe24d110f53152d142d01e64520a193 authored almost 6 years ago by Vitaly Puzrin <[email protected]>
Restrict data types for object keys

fix #475

a567ef3c6e61eb319f0bfc2671d91061afb01235 authored almost 6 years ago by Alex Kocharin <[email protected]>
Fix test name

59b6e76b712350e9e6aad7773e7375a1de009cf9 authored almost 6 years ago by Vitaly Puzrin <[email protected]>
3.12.2 released

e4267fc733452d074a3e494fb5cab2a07c7e6b87 authored almost 6 years ago by Vitaly Puzrin <[email protected]>
Browser files rebuild

7231a491788ecb289cee52e854574e7271c34350 authored almost 6 years ago by Vitaly Puzrin <[email protected]>
Fix for issue #468 includes passing test (#469)

99c0bf90e473d3b0da24be8935e734fabbbe865f authored almost 6 years ago by Dina Berry <[email protected]>
3.12.1 released

b6d260927b875404eac8b5e610f41d2f8fbe2425 authored almost 6 years ago by Vitaly Puzrin <[email protected]>
Browser files rebuild

7b681224b4beb4be6dbe0a0437bbba3b70346bb3 authored almost 6 years ago by Vitaly Puzrin <[email protected]>
Add "noArrayIndent" option (#461)

Addresses issue #432 by adding a `noArrayIndent` option to optionally not add an extra level of ...

784d1d0ed464faed163fd088ea34e94cfcbb23d7 authored about 6 years ago by Jacob Martin <[email protected]>
Fix description of onWarning (#460)

00bba11f9ff509945b9ddc167b80ec2e4b5b789b authored about 6 years ago by Klaus Meinhardt <[email protected]>
Travis-CI: increase tests timeout

2d1fbed8f3a76ff93cccb9a8a418b4c4a482d3d9 authored over 6 years ago by Vitaly Puzrin <[email protected]>