issues
search
davidmarkclements
/
fast-safe-stringify
Safely and quickly serialize JavaScript objects
MIT License
348
stars
27
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix: typings when using type module
#66
Marsup
closed
7 months ago
1
Type module support
#65
gustawdaniel
closed
7 months ago
1
Support for Symbols
#64
titanism
closed
1 year ago
1
Typescript definition misses undefined return type
#63
zlk89
opened
2 years ago
0
The stringifier is not safe when it comes to throwing toJSON
#62
Andarist
closed
2 years ago
1
MaxStringLimit like in utils
#61
vladimirnitu
opened
2 years ago
1
Adding default options breaks the Internet
#60
dpodsiadlo
closed
3 years ago
4
Implement Github Actions
#59
mcollina
opened
3 years ago
0
Use a higher depth and edge limit to avoid breaking people
#58
mcollina
closed
3 years ago
0
New Default Depth Limit Breaks Things
#57
rsquires
closed
3 years ago
1
fix: add max depth limit and max edges limit
#56
simoneb
closed
3 years ago
2
tarball data for fast-safe-stringify eems to be corrupted. Trying again.
#55
anuragkumar19
closed
3 years ago
1
grpc
#54
mecoepcoo
closed
3 years ago
0
Not enumerated properties are not detected by circular detection
#53
szwalkowski
closed
3 years ago
4
Make sure we leave objects in good standing if there is an error
#52
mcollina
closed
3 years ago
2
fix: add max depth limit and max edges limit
#51
matus-sabo
closed
3 years ago
3
fix: add array values to stack to fix decirc hang
#50
jackmurdoch
closed
3 years ago
1
Exclude unnecessary files from the npm package
#49
pkuczynski
opened
4 years ago
1
Ads BigInt support
#48
pixtron
opened
4 years ago
11
Comparison with fast-json-stringify
#47
mesqueeb
closed
4 years ago
4
Infinite loop when called on a Sequelize object
#46
MatthewHerbst
closed
2 years ago
16
Fix #44 Add support for circular getter references
#45
kristofferremback
closed
5 years ago
9
`decirc` seems to fail for circular getter attributes
#44
kristofferremback
closed
5 years ago
0
this.$__path is not a function error when using with Mongoose
#43
filetvignon
opened
5 years ago
10
[Question] Does this package also return a canonical json format?
#42
oleersoy
closed
5 years ago
1
Support for BigInt
#41
adrianhopebailie
opened
5 years ago
1
Fix Protip example in readme.md
#40
Restuta
opened
5 years ago
0
How this use this package in Angualar 4 Application?
#39
RaviGprec
closed
6 years ago
0
Updated typescript definitions for stable and stableStringify functions.
#38
robinchow
closed
6 years ago
0
Updating stringify signature to match JSON.stringify signature
#37
c4ndybar
closed
6 years ago
1
[ts] Cannot invoke an expression whose type lacks a call signature
#36
nvtuan305
closed
6 years ago
1
global/shared arr object doesn't work well in parallel environment
#35
marbemac
closed
6 years ago
2
make decirc function public
#34
marbemac
opened
6 years ago
10
replace const with var to make it work anywhere
#33
binarykitchen
closed
6 years ago
1
Uncaught TypeError: Cannot assign to read only property 'window' of object '#<Window>'
#32
binarykitchen
closed
6 years ago
9
Fails to babelify
#31
binarykitchen
closed
6 years ago
9
doc: mention safe-stable-stringify
#30
BridgeAR
closed
6 years ago
4
Fix typescript typing from add namespace for stable
#29
corbinu
closed
6 years ago
5
feature: improve stable stringify
#28
BridgeAR
closed
6 years ago
5
update copyright in license
#27
davidmarkclements
closed
6 years ago
0
Benchmarks
#26
BridgeAR
closed
6 years ago
2
fix: support IE8 further
#25
BridgeAR
closed
6 years ago
3
V.2
#24
BridgeAR
closed
6 years ago
24
benchmarks: remove obsolete benchmarks
#23
BridgeAR
closed
6 years ago
0
chore: refactoring
#22
BridgeAR
closed
6 years ago
5
doc: improve readme
#21
BridgeAR
closed
6 years ago
0
doc: update benchmarks
#20
BridgeAR
closed
6 years ago
1
Top level force decirc
#19
bengourley
closed
6 years ago
8
Support IE8 by not using Array.prototype.indexOf() and Object.keys()
#18
bengourley
closed
7 years ago
5
Force decirc when toJSON with Symbol.for('forceDecirc')
#17
mcollina
closed
7 years ago
6
Next