Ecosyste.ms: OpenCollective

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

github.com/peers/js-binarypack

Binary JSON like serialization with binary types
https://github.com/peers/js-binarypack

Merge branch 'fix-undefined'

026da28abcfd62224829ed94beacfc8a8d594fa1 authored over 1 year ago by Jonas Gloning <[email protected]>
build: configure renovate (#12)

* Add renovate.json

* ci: configure renovate

---------

Co-authored-by: renovate[bot] <2...

74863c8c872b20c1aa06bbbec877eb53cf955db7 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
style: run prettier

b4b9a2fdec471a97cd0a91dd58f8bbb36023e122 authored over 1 year ago by Jonas Gloning <[email protected]>
test: timeouts have to be set outside of tests

115adc7626f240657c6eeb5f45d4110f4d6bd355 authored over 1 year ago by Jonas Gloning <[email protected]>
test: increase timeouts on large tests

Githubs runners are slow

17f53ce66518645f52dfff2a18194d14eeefbcb7 authored over 1 year ago by Jonas Gloning <[email protected]>
ci: drop lints

7758e8d487adb67da18139b89b6cb2b74b52a3bf authored over 1 year ago by Jonas Gloning <[email protected]>
ci: drop node 14 tests

eef7018bf811713720e43457215b85ee6414cdf7 authored over 1 year ago by Jonas Gloning <[email protected]>
fix: undefined will stay undefined instead of null

83af274ea82fdd44d93546f18cbcf547abe77804 authored over 1 year ago by Jonas Gloning <[email protected]>
fix: empty TypedArray can now be packed

refactor: typescript strict mode compliant

3475f450a7bc97b757325cd54bc7ba7ffc84118b authored over 1 year ago by Jonas Gloning <[email protected]>
refactor: remove old build system + some code lints

7b876eafc0d05b3b3ae7897a8b0a5f000136ad24 authored over 1 year ago by Jonas Gloning <[email protected]>
refactor: switch to typescript

b0fecd8e01521bea36e176745299554ebb8cea17 authored over 1 year ago by Jonas Gloning <[email protected]>
refactor(lebab): binarypack

b94ad0a27b1a29d6b74f0d793044ae70a1841a33 authored over 1 year ago by Jonas Gloning <[email protected]>
refactor(lebab): bufferbuilder

fa28d548b311e0fa15176eb4f4bb5e37567b2bf0 authored over 1 year ago by Jonas Gloning <[email protected]>
build: add parcel

b6fe95e7492cb57f0f6917f945c1e8e736f67f59 authored over 1 year ago by Jonas Gloning <[email protected]>
build: downgrade to lockfile v2

82e3d880c670f06e59fae60529b1f3e5c71b232b authored over 1 year ago by Jonas Gloning <[email protected]>
test: convert to jest

ea2dcc7d96ce3d452e3524da9415653d4346fcf2 authored over 1 year ago by Jonas Gloning <[email protected]>
style: run prettier

76f2c5079229e764c7959efe3dfac74dd5f359e4 authored over 1 year ago by Jonas Gloning <[email protected]>
style: configure prettier

40e5e0e7da46941c1de806c6e574fc983bae1ebc authored over 1 year ago by Jonas Gloning <[email protected]>
chore: upgrade lockfile version

npm WARN old lockfile
npm WARN old lockfile The package-lock.json file was created with an old v...

7c8fc62da668952fa7c3ad40bc5d4b1d00b68498 authored over 1 year ago by Jonas Gloning <[email protected]>
chore: remove `/dist` from git

ae4512fac6ba6e9c7a2cc0da010c1fb23676330a authored over 1 year ago by Jonas Gloning <[email protected]>
Merge pull request #10 from divec/unicode

pack_string / unpack_string: handle chars above U+FFFF

aabbbc27e5fc414d0959f3e2e0ceb48686de4ebb authored almost 2 years ago by Jonas Gloning <[email protected]>
pack_string / unpack_string: handle chars above U+FFFF

The code was assuming that they had UTF-8 length 6 instead of 4, causing
a crash on any characte...

3c7eed63c1da824e7d6fa5a3e0bf8742db72b96f authored almost 2 years ago by divec <[email protected]>
Fix serialization for `undefined`

When serializing an object that contains `undefined` as a value,
the current packer code incorre...

90e44fa39352b7009fddb9620e2c3cda7a2704eb authored almost 4 years ago by Godfrey Chan <[email protected]>
Fix offset ignored in typed array

Fixes peerjs issue 715

a25f2cc3816b3c8b5779b0af87668311d4b5a3eb authored about 4 years ago by Rossi Lorenzo <[email protected]>
fix

c4231da2e89eefa7c36653c705b2fedb1f45ea3f authored about 5 years ago by afrokick <[email protected]>
add definition file

d650e17be6027a1612830bf74732efaa333acba1 authored about 5 years ago by afrokick <[email protected]>
change name

df91c561b1d84ae11cf5bbbd5abb26ee1108eceb authored about 5 years ago by afrokick <[email protected]>
rebuild

7ce1e4961693697917f9ce9c6b6e3a14f8e82289 authored about 5 years ago by afrokick <[email protected]>
fix eslint errors

008633bea03ae5d47faa904d334ccdf850a67a5f authored about 5 years ago by afrokick <[email protected]>
format grunt file

14fce5210f522d29dd693b34dd39ebf0f3d7914f authored about 5 years ago by afrokick <[email protected]>
add eslint and semistandart

c30c6d5c47eabcae2406671f78770188089faf18 authored about 5 years ago by afrokick <[email protected]>
fix https://github.com/peers/peerjs/issues/540#issuecomment-515366671

57568ff0e95afc8102e900ecc1dbb87949d79614 authored about 5 years ago by afrokick <[email protected]>
ignore .cache/ and .idea/ folders

63835bd220d49ef101f56cab69f4dd88810d79d5 authored about 5 years ago by afrokick <[email protected]>
Merge pull request #7 from peers/fix/classSerialization

fix from https://github.com/binaryjs/js-binarypack/pull/13

ec447f92dc02221ab8e16b19ed8b6f3be02b90dd authored about 5 years ago by afrokick <[email protected]>
fix from https://github.com/binaryjs/js-binarypack/pull/13

1d05f937381717f6804de799cba5b44c3eec11ea authored over 5 years ago by afrokick <[email protected]>
update to last version

985d788834fd4f983f7f5fa51deba6190f8f376c authored over 5 years ago by afrokick <[email protected]>
0.0.9

4516f40ccc9256d61c476c2ad17b1e915cedc62b authored about 10 years ago by Michelle Bu <[email protected]>
can no longer force publish

0aab05837ac75ff57f0debe6d9de2be0937d0371 authored about 10 years ago by Michelle Bu <[email protected]>
Remove unused check

a16003ff8946a989d31811502c94060a23c82fc1 authored about 10 years ago by Michelle Bu <[email protected]>
Update bufferbuilder.js

4ece3a7af868a8ac7aaa4825ed4e6b302713aea7 authored about 10 years ago by Eric Zhang <[email protected]>
Merge pull request #7 from StreamRail/master

check existence of window before referencing it to allow mocha tests to pass

0736f1fba78e3bbb60ddd6cadb4c4349250e1ac3 authored about 10 years ago by Eric Zhang <[email protected]>
check if typeof window is not undefined before accessing window props

even though the pack is for browsers, it is sometimes desirable to run
mocha tests. if you refer...

6a89cf0105c5d3d16b667fd93de3e4af5b71b2cf authored about 10 years ago by orcaman <[email protected]>
check if window is defined before accessing props

otherwise mocha tests fail (they do not recognise the window object)

0a433fa52852eb254c20107355cf36163fa83370 authored about 10 years ago by orcaman <[email protected]>
Update!

294fc71d09fe5b29454d92f89a5de0d677a07f69 authored about 10 years ago by ericz <[email protected]>
0.0.8

67fecb4eda1c76a4d264e1d4a955b73bfb8dcce2 authored about 10 years ago by ericz <[email protected]>
Keep dist folder around

e11244e07766261c55f8f8135bdb72f2ce5e1932 authored about 10 years ago by ericz <[email protected]>
Merge branch 'peers-master'

f6230cb7e6d89f64598a0bb9e34829ad3bc1230b authored about 10 years ago by ericz <[email protected]>
Merge

78e5ab21545ca70337c7d70b10e733b974650e07 authored about 10 years ago by ericz <[email protected]>
Merge pull request #6 from lmb/master

Use browserify to build distribution

af2b8f28eb821ac6da8564d5384b7890666fa9e0 authored about 10 years ago by Eric Zhang <[email protected]>
Finalize browserify integration and update build script

32feccf99954a7c5c288a9d531620d639412109c authored about 10 years ago by lmb <[email protected]>
Make exports browserify compliant

99689d19b815bfde973120bc7f48a303ae886ac8 authored about 10 years ago by lmb <[email protected]>
Properly export BinaryPack

24e75d5ec9ee9e7ac3a032046451aec38cc69526 authored about 10 years ago by lmb <[email protected]>
Sync package.json

22e161e3ccb4e20f7f6c14bbaff65c18c21d86d1 authored almost 11 years ago by ericz <[email protected]>
Update package.json

7307baa2de3ff05e38f3c51f2fb032ada8417754 authored almost 11 years ago by Eric Zhang <[email protected]>
Fix messed up merge

28477010b2a3b65d0f88e552cc93afa75bada7e0 authored almost 11 years ago by ericz <[email protected]>
Merge pull request #4 from peers/upstream-pr

Default utf support. Faster too

1c5331ff4b1f584fd86f2a074920a21694498828 authored almost 11 years ago by Eric Zhang <[email protected]>
Merge pull request #3 from jcrugzz/make-requireable

[fix] make requireable

2448a77330d73ca01e04933bc36760b26a031a92 authored almost 11 years ago by Eric Zhang <[email protected]>
Merge

29087e0eced8cbe0a00ea5856bd99f43b824bd3a authored almost 11 years ago by ericz <[email protected]>
Fall back to faster blob method for larger strings

2777a65a9cb20064addf0cad97898329ba10bc53 authored almost 11 years ago by ericz <[email protected]>
Build

ce9d60733a7a85349621fe7d98ffdacd0fda3d53 authored almost 11 years ago by ericz <[email protected]>
Add binary features for upstream

ae7415408f68f19b0d090c03a9ce737f3b3b3030 authored almost 11 years ago by ericz <[email protected]>
Rebuild

efdc761cd806143b8b1af7d51480829fa7147063 authored almost 11 years ago by ericz <[email protected]>
Bump version

95ca10238dd71550b85b101de58e43cb42c270b3 authored almost 11 years ago by ericz <[email protected]>
Clean up function naming, remove utf8 mode references

e3469d87f5689a131558e586f925aa2e119713bc authored almost 11 years ago by ericz <[email protected]>
Merge pull request #3 from manvalls/master

Fixed errors with non-ascii strings when using binary serialization

8063923f8405375743a7d00eb68417802ae8b1a7 authored almost 11 years ago by Eric Zhang <[email protected]>
v2 hotfix

657f5d334c539455938c7c22788f4b45ec302d9a authored almost 11 years ago by manvalls <[email protected]>
Updated sizeof to v2

New version, even faster.

2453d9c5c5d55618cba21bea020c525b3c39a743 authored almost 11 years ago by manvalls <[email protected]>
Hotfix

dd16cbc7716aa0681e6350b55e0f95bc77c22274 authored almost 11 years ago by manvalls <[email protected]>
Minor fix

90f5819ca522cb546ffe74ea3d7b6555dd6c2f4e authored almost 11 years ago by manvalls <[email protected]>
Added utf8SizeOfString

6b9b0aef502d5680036a1d0f7d60f1d72e92196c authored almost 11 years ago by manvalls <[email protected]>
Replaced escape/unescape with encodeURI/decodeURI

fadbd356bd4ffe5046e93909ef99c61b36065d83 authored almost 11 years ago by manvalls <[email protected]>
UTF-8 deleted as it's no longer necessary

07cf9ae1f390269d9ad43c6e5b54393fec6e357c authored almost 11 years ago by manvalls <[email protected]>
Fixed errors with non-ascii strings when using binary serialization

64aded76e4bcdb7024e65c45b9837937adf9b6b2 authored almost 11 years ago by manvalls <[email protected]>
Merge upstream

6d2ef54c2be76a1da0d4635cdb180182d30629fa authored almost 11 years ago by ericz <[email protected]>
Fix critical issue with typed arrays > 8bit. Bump to 0.0.6

103ed5d4c0067ba22a2e7353b2f5cc617c33414c authored almost 11 years ago by ericz <[email protected]>
Merge from upstream

37b9ea6e44284f071154aa698efb1472b61800c6 authored almost 11 years ago by ericz <[email protected]>
Version bump and build

a3a401cdf5d2adfb4ebde48a6c0316b8a8fc8518 authored almost 11 years ago by ericz <[email protected]>
getBuffer only when necessary. Improves performance a bunch. Thanks @daicoden @visnup

e014e20cd756100a476a252597ea22eaa67e3396 authored almost 11 years ago by ericz <[email protected]>
Add quick vs JSON performance test

182abde69d9aea4d71b53b7bf793031a18514d28 authored almost 11 years ago by ericz <[email protected]>
[fix] make requireable

671da9366d5acd30a686511e83edbe3550b2b9e2 authored about 11 years ago by Jarrett Cruger <[email protected]>
more canonical

88479bef74c21e68033714c02a9d9a7164f0c172 authored over 11 years ago by Michelle Bu <[email protected]>
binary-utf8

b318a6e8e344e135aa608a192aa774fb1a7e29a9 authored over 11 years ago by Michelle Bu <[email protected]>
Merge pull request #2 from ghostoy/master

* fix a typo

b9027456320737c742dc233f08b3f52d1f1a1354 authored over 11 years ago by Michelle Bu <[email protected]>
* fix a typo

c04b78157496a9534b71ea0a03fcb9fecb926030 authored over 11 years ago by Liu Cong <[email protected]>
* rebuild with previuos bug fix

c8aae91e721026f89793e9e2709caf881d7429e5 authored over 11 years ago by Liu Cong <[email protected]>
Merge pull request #1 from ghostoy/master

Fix a bug when calculating the length of string containing non-ASCII characters

439bcd4d6fce5fb6a40c90fef1ac2c0c94a86968 authored over 11 years ago by Michelle Bu <[email protected]>
* fix buggy computing length of string containing non-ASCII characters

a6422563adb0766752ca9e1473a14efeb3a6df50 authored over 11 years ago by Liu Cong <[email protected]>
package.json and dist

c965e5f50e434a33a4dabf5657c893521772f456 authored over 11 years ago by Michelle Bu <[email protected]>
removed ws test that was causing tabs to hang

ff807a14fa420707ff1ab432e6c20068f5eeafdf authored over 11 years ago by Michelle Bu <[email protected]>
Revert "fix utf16 compat"

This reverts commit a7486aeb04a267caff2d4e5e7f066643168f1ea2.

5e314da8ff5bf83c929aea27bae6957b21d6aca5 authored almost 12 years ago by ericz <[email protected]>
fix utf16 compat

a7486aeb04a267caff2d4e5e7f066643168f1ea2 authored almost 12 years ago by ericz <[email protected]>
fix build process

d88e0869541b0295ec0b42fdd2b2b7caa6fe4867 authored about 12 years ago by ericz <[email protected]>
fix usearraybufferview detection bug

3c2a26a1f2b6940af13af7d5ecf0ade47d4a8957 authored about 12 years ago by ericz <[email protected]>
add license

a01d087a5d7c5fad645bf69a209cc45e3c5c7d50 authored about 12 years ago by ericz <[email protected]>
add readme

e11999ae5a407ddc8413608631bae979b08b2c4c authored about 12 years ago by ericz <[email protected]>
add readme

8b78b32b3e6e0967f99361775c082d723483717d authored about 12 years ago by ericz <[email protected]>
0.0.3

9b55de35a4b9b5d84d84431489f06aec67dd62d1 authored about 12 years ago by ericz <[email protected]>
fix binary websocket detect bug

e43c39aa30cf8a74680b94315093ecf8ef64c520 authored about 12 years ago by ericz <[email protected]>
add readme

4d133c3b2aebbb27acadbf32a9e9842a5412be66 authored about 12 years ago by ericz <[email protected]>
0.0.2. fix string serialization bug

98ccaf5b0a72135de8d27cbee0dd3bf9a92fa32e authored over 12 years ago by ericz <[email protected]>