| Server IP : 185.208.173.17 / Your IP : 87.236.161.98 Web Server : Microsoft-IIS/10.0 System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64 User : IUSR ( 0) PHP Version : 7.4.13 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/parsmega.nuxt/node_modules/devalue/ |
Upload File : |
# 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