Ecosyste.ms: OpenCollective

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

core-js

Standard Library
Collective - Host: opensource - https://opencollective.com/core-js - Code: https://github.com/zloirock/core-js

some optimizations

github.com/zloirock/core-js - f36a9efbd91711b2f4e0da8c0b1341d0cbbdeb55 authored about 2 years ago
use npm scripts in ci since npx tasks hangs up

github.com/zloirock/core-js - 506ff3e151d891c9f0d89a5ff6106c5177ec53cf authored about 2 years ago
move external promises and observables test cases to a new ci job

github.com/zloirock/core-js - dcc990abbb61fd77523875e3f21b4b887612f4b3 authored about 2 years ago
fix `.gitignore`

github.com/zloirock/core-js - 95cf6e9f86ccf3d7f8604cbdf5681c9fc28245fe authored about 2 years ago
move unit tests and runners to `unit-(global|pure)`

github.com/zloirock/core-js - 47f3aff2917466e760a23a3f14e6e9793adee58e authored about 2 years ago
update dependencies

github.com/zloirock/core-js - 526560004be75e9883a6acc48c1590fd1138ed1e authored about 2 years ago
drop some useless npm scripts, rename some scripts, update docs

github.com/zloirock/core-js - 41d8aa08fd5507cb2aadcf77b085727df08e40b2 authored about 2 years ago
move tests of entries to `tests/entries`

github.com/zloirock/core-js - 06026c6a49397ddfe3c20e65d5d36cde58f601dc authored about 2 years ago
update dependencies

github.com/zloirock/core-js - 801288fabec5fb2880a0e71bfda944e96e5fea52 authored about 2 years ago
drop some useless npm scripts, update docs

github.com/zloirock/core-js - 063b8a24a577c86048b8ddefd5697aab0a6faf95 authored about 2 years ago
update dependencies

github.com/zloirock/core-js - 77756b9e9f6551aef1015fdaeb341513081aea19 authored about 2 years ago
move worker test runner to the folder

github.com/zloirock/core-js - 266128647d2323b2c0cdbb0ce9d11f7c2f8b7cbb authored about 2 years ago
reduce useless rhino-related npm scripts

github.com/zloirock/core-js - 1f70ea59b39aa520ceb7ee4272c720e93482cd25 authored about 2 years ago
stylistic changes

github.com/zloirock/core-js - 907be286b0648241fd79e426f3d7c282bb01c31f authored about 2 years ago
replace `david` with `updates`

github.com/zloirock/core-js - 3ea7e65266eaee54a9108fdf5f23ccd6b61395ac authored about 2 years ago
extend promise tests to the pure version

github.com/zloirock/core-js - aaf5f521ec4335e92bb02c630f21f220518027e9 authored about 2 years ago
fix timeout param

github.com/zloirock/core-js - f4ea48469060d982c98a9f914342285118c6da4a authored about 2 years ago
move external promise and observable test case with dependencies to related folders

github.com/zloirock/core-js - 466a2b7635b2345a0aaa4867f718e9a626b06552 authored about 2 years ago
update dependencies

github.com/zloirock/core-js - e2b4005cac668266dbc5846b566ccbc6244fc0c0 authored about 2 years ago
move test262 case with dependencies to `tests/test262/`

github.com/zloirock/core-js - 0f7de3f22daf74207bca531262c1c422bbfa0160 authored about 2 years ago
update dependencies

github.com/zloirock/core-js - a28a51a5ddacc8e119ac068ea0e8cc65e2f8b890 authored over 2 years ago
pin node 18 on ci to 18.12 as the first lts

github.com/zloirock/core-js - 234d793921f7f8faaec80919e3fc222f4ea7f56d authored over 2 years ago
update dependencies

github.com/zloirock/core-js - 5dfe1ff763763bec45223df41ef346b566a48351 authored over 2 years ago
update `package-lock.json`

github.com/zloirock/core-js - 3967482d65915dfe3cd46c1e3ed06741629c9065 authored over 2 years ago
Merge pull request #1118 from zloirock/self

github.com/zloirock/core-js - 451645d361903d0296a75eb810844297a2c4e584 authored over 2 years ago
update the changelog

github.com/zloirock/core-js - 7e85def01e58e49cafd0a02325bfadf846f95db1 authored over 2 years ago
stylistic change

github.com/zloirock/core-js - 4604f5bebaa8a658a105281c56140e0d932b9ab9 authored over 2 years ago
update dependencies

github.com/zloirock/core-js - e5839276e547d9663a344faec8c687a791fcd06a authored over 2 years ago
update `SECURITY.md`

github.com/zloirock/core-js - aa9b0c25f96b1659e7e24021a6027b0aceb9f3fa authored over 2 years ago
add Opera Android 72 compat data mapping

github.com/zloirock/core-js - 503109ae7e343493269bf410b3f4831ad52546a6 authored over 2 years ago
add Deno 1.26 and 1.27 compat data mapping

github.com/zloirock/core-js - 35806ac004552d2b773ca49cd20dd675236b2c58 authored over 2 years ago
update signatures

github.com/zloirock/core-js - 7d17fcc349732e6c5cb2dd2e13d0bc113d0627ba authored over 2 years ago
simplify args passing

github.com/zloirock/core-js - 08fd215d1ec0fc3673e64c72bc01da5d9ed6f486 authored over 2 years ago
`{ Iterator, AsyncIterator }.prototype.flatMap` supports returning both - iterables and iterators

https://github.com/tc39/proposal-iterator-helpers/pull/233

github.com/zloirock/core-js - f5f7df5d58e368033f175393e0067bc864c58c7d authored over 2 years ago
update dependencies

github.com/zloirock/core-js - 43cfb4ea8e2ddb72016f030180b80cedc273fc0d authored over 2 years ago
don't await non-objects returned from functions passed to `AsyncIterator` helpers

https://github.com/tc39/proposal-iterator-helpers/pull/239

github.com/zloirock/core-js - 8e58a6da905c315269614bd969fd6be2e121eeb6 authored over 2 years ago
update the changelog

github.com/zloirock/core-js - 98edc05aee99e665a40e6629c03f8e8d4a9e5f70 authored over 2 years ago
add counter argument to async iterator helpers

https://github.com/tc39/proposal-iterator-helpers/pull/211

github.com/zloirock/core-js - f17389a78bd8c0cedfc2c200f7f98b77eabc0922 authored over 2 years ago
add counter argument to iterator helpers

https://github.com/tc39/proposal-iterator-helpers/pull/211

github.com/zloirock/core-js - c8d22f625a32d1a333b621e39650b65aadee6138 authored over 2 years ago
use NodeJS 19 in `lint` and `karma` CI jobs

github.com/zloirock/core-js - 3e18cd07cfbcdba03168d1cccac28977a3312b2c authored over 2 years ago
update dependencies

github.com/zloirock/core-js - edb6b0531ab50843872a055a39f3caf81ac52595 authored over 2 years ago
add NodeJS 19 to CI

github.com/zloirock/core-js - 8faf1331be56dad00b795dc9d531b76c8590c072 authored over 2 years ago
update dependencies

github.com/zloirock/core-js - 84a113c00af0b8f7657cea8ac9c2f80646b3d018 authored over 2 years ago
change the order of imports

some features can depend on previously added features

github.com/zloirock/core-js - e29fa7c5049fba5fc61066a5bcb7366df615c4ce authored over 2 years ago
drop CI badges as useless

github.com/zloirock/core-js - e54087d93852f728874cd462670d3f899885e59d authored over 2 years ago
add missed `author` field

github.com/zloirock/core-js - aab66f422b5bb8dd06297da9af98c32179cb85ce authored over 2 years ago
update a link

github.com/zloirock/core-js - b84bd24fff387a0d07fbaf4ad8df634f3b85b9ce authored over 2 years ago
Merge pull request #1121 from zloirock/usv-string

github.com/zloirock/core-js - 71f6969a0abc1eb0a122225e03bb4d7b5eca3224 authored over 2 years ago
add some tests

github.com/zloirock/core-js - 33dad7d0babcf0ea0137c509de2d97c7a9b0e339 authored over 2 years ago
add well formed unicode strings proposal

github.com/zloirock/core-js - 79599811c381f37b93863706f76f8e6ec5f1fd8a authored over 2 years ago
add NodeJS 19.0 compat data mapping

github.com/zloirock/core-js - 7765c29870cd32427375d69659519249f456fc17 authored over 2 years ago
update keywords

github.com/zloirock/core-js - 27f21f6733dbe239fa9ad7a579d4b4a9ac159ad9 authored over 2 years ago
add missed `repository.directory`

github.com/zloirock/core-js - 425e7e032fc288ab5150510006822d59b3b4f11b authored over 2 years ago
sort `package.json`

github.com/zloirock/core-js - a21f2bc6a0f267f4a8cd142730425e676239f2d9 authored over 2 years ago
use ^ for npm

the actual version hasn't the issue why it was pinned

github.com/zloirock/core-js - fc1d9a2216d97d9cc8549c51ac6f2effc61e08cd authored over 2 years ago
tweak gh workflow

github.com/zloirock/core-js - 7ed3ffdee7b710677aa36c436b1a1778a9249fdd authored over 2 years ago
tweak gh workflow

github.com/zloirock/core-js - 319918aa46a1bcf433872f151331c548720480da authored over 2 years ago
update `eslint-plugin-promise`

github.com/zloirock/core-js - 8200e0cb4ee2421a1251babf981904df59e028f6 authored over 2 years ago
update dependencies

github.com/zloirock/core-js - cf7eb68a264dcfe811a0234fb805dd52eb160a8e authored over 2 years ago
one more attempt to solve integrity issue in old NodeJS on CI

github.com/zloirock/core-js - 30abc033db6b0e71beee6774ea117a642b929663 authored over 2 years ago
forced disable npm cache

github.com/zloirock/core-js - aa012d634e1ff2fc9a6763cfd5894740ba28c971 authored over 2 years ago
disable npm cache because of hashing issue between different npm versions

github.com/zloirock/core-js - bd045e50bf30424b7f1de63cc120159d9869572f authored over 2 years ago
use `package-lock.json` for optimize CI

github.com/zloirock/core-js - 58771c2dd16233e35e8839acb009e777e3e78b8a authored over 2 years ago
change definition of gh dependencies

github.com/zloirock/core-js - 3979c3cf8039059e74f08b307a32c807bdf57098 authored over 2 years ago
update dependencies

github.com/zloirock/core-js - d5811c4b5cb54002c8d096ee4e5811e84f57338c authored over 2 years ago
configure `npm`

github.com/zloirock/core-js - 04ac6b0487272c16acc4e49182cee696e46cc7c2 authored over 2 years ago
configure `npm`

github.com/zloirock/core-js - 93de0b712b0e069a493030aec4df36f938eb0909 authored over 2 years ago
some improvements of `check-dependencies` script

github.com/zloirock/core-js - 383275ddbef7069e7529fc965d932fd744002602 authored over 2 years ago
update Electron 22 compat data mapping

github.com/zloirock/core-js - 52e829f155f9373d1d8ccbbd512c6768a922967c authored over 2 years ago
update dependencies

github.com/zloirock/core-js - 3f02eeb258295e512ab0a62e336e90104348d787 authored over 2 years ago
update `eslint`, no more `.eslintignore`

github.com/zloirock/core-js - 48f9eb903267c43b6661c9f3ba6f2bf771bcb28f authored over 2 years ago
Merge pull request #1123 from zloirock/iterator-helpers

github.com/zloirock/core-js - d81aeb1b30ba46ea270095bda5cca4b85c71b491 authored over 2 years ago
early exit on broken `.next` in missed cases of `{ Iterator, AsyncIterator }.from`

https://github.com/tc39/proposal-iterator-helpers/pull/232

github.com/zloirock/core-js - 8d29c2a85e1a0947b5fc81a6ec1a25e8794bd40c authored over 2 years ago
add some tests

github.com/zloirock/core-js - b16bb7805a1de47ec4234edf1ea32e289ce567d2 authored over 2 years ago
Merge pull request #1122 from zloirock/array-from-async

github.com/zloirock/core-js - 48cc8f5cedfff8af2a1a83f2936f651d47c48f50 authored over 2 years ago
move to stage 3

github.com/zloirock/core-js - 1b0f6238e3f9478a5041961d10304673cc5495dd authored over 2 years ago
avoid observable side effects of `%Array.prototype.values%` usage in array-like branch of `Array.fromAsync`

https://github.com/tc39/proposal-array-from-async/pull/30

github.com/zloirock/core-js - 54c7f111746ffdd3a82b172196c5b959ab45edc9 authored over 2 years ago
Merge pull request #1120 from zloirock/format

github.com/zloirock/core-js - 684ab083c472b314cb7a2a736a1864532477bd38 authored over 2 years ago
add some tests

github.com/zloirock/core-js - e18541bfe09651eac00cddfffa858f0cce6cc867 authored over 2 years ago
update the changelog

github.com/zloirock/core-js - b29fe0f38522abaeb706a857e0f0990b3a33b6da authored over 2 years ago
add `format` option to `core-js-builder`

github.com/zloirock/core-js - 894d71e89764e9a299b96cd8bd5fb23b8307d42f authored over 2 years ago
Merge pull request #1119 from zloirock/inverse

github.com/zloirock/core-js - 25f9bd472487ef1be59ff1414c145a883ddb162f authored over 2 years ago
update the changelog

github.com/zloirock/core-js - cb0c4f67a01dd93347e5175b70b93dcadba4f299 authored over 2 years ago
add some tests

github.com/zloirock/core-js - 65c08d4153c10d98cd792abd91994301e7cbfb01 authored over 2 years ago
add `inverse` option to `core-js-compat`

github.com/zloirock/core-js - 7fcb5e5c7a978cc2dd2f25f735da60f3ce3d735f authored over 2 years ago
improve linting settings

github.com/zloirock/core-js - caa2fffdc3164ea20f93bd2593220dfecb8ab851 authored over 2 years ago
update dependencies

github.com/zloirock/core-js - 938224fd1ac1979d6cb73f53808658594c275854 authored over 2 years ago
move to the proper namespace

github.com/zloirock/core-js - e2653fac354e1015e5598daace433f9eb4147e17 authored over 2 years ago
minor optimization

github.com/zloirock/core-js - ee33d7b68dba5c9dfca0ad912b1e080547f252c0 authored over 2 years ago
update a method name

github.com/zloirock/core-js - 58cbd5691671bbabb0fe01cc0a5de8e5fdead0d7 authored over 2 years ago
fix regression with an error on reuse of some built-in methods from another realm, close #1133

github.com/zloirock/core-js - 1ad3e1a5fea6d8c65c2826539855f11a8865a7c1 authored over 2 years ago
update lists of `[Serializable]` and `[Transferable]` objects in the `structuredClone` polyfill

github.com/zloirock/core-js - d76041cfe6d914c13d3bebc1dafb24b2b3b4be45 authored over 2 years ago
some stylistic changes, improve a note

github.com/zloirock/core-js - fd7812ac33079af134fc3269d236195b7b1bd9e3 authored over 2 years ago