Skip to content

Tags: BridgeAR/safe-stable-stringify

Tags

v2.3.1

Toggle v2.3.1's commit message
fix: make sure environments without negative lookbehind work

This changes the regular expression that detects characters that
require escaping not to use a negative lookbehind.

Fixes: #26

v2.0.0

Toggle v2.0.0's commit message
chore: install dependencies with github actions