line_push/node_modules/devalue/CHANGELOG.md
2022-07-21 03:28:35 +00:00

38 lines
735 B
Markdown

# devalue changelog
## 2.0.1
* Prevent regex XSS vulnerability in non-Node environments
## 2.0.0
* Change license to MIT
## 1.1.1
* Prevent object key XSS vulnerability ([#19](https://github.com/Rich-Harris/devalue/issues/19))
## 1.1.0
* Escape lone surrogates ([#13](https://github.com/Rich-Harris/devalue/issues/13))
## 1.0.4
* Smaller output ([#10](https://github.com/Rich-Harris/devalue/pull/10))
## 1.0.3
* Detect POJOs cross-realm ([#7](https://github.com/Rich-Harris/devalue/pull/7))
* Error on symbolic keys ([#7](https://github.com/Rich-Harris/devalue/pull/7))
## 1.0.2
* Fix global name for UMD build
## 1.0.1
* XSS mitigation ([#1](https://github.com/Rich-Harris/devalue/issues/1))
## 1.0.0
* First release