php-serialize
php-serialize copied to clipboard
PHP Serialize/Unserialize in Javascript
I have a php serialized classes that I need to unserialize in my nodejs app. When I unserialize with `unserialize(message, { scope: {}, strict: false });` I am still gettin...
This way the order of the original PHP array is always preserved. It took me a while, sorry 😅 closes #293
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.3.5. Release notes Sourced from typescript's releases. TypeScript 4.3.5 This release contains a bug fix for auto-imports on JSX components in the TypeScript language service....
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. ReDoS in normalize-url The normalize-url package before 4.5.1, 5.x...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Regular expression denial of service This affects the package...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Regular Expression Denial of Service in hosted-git-info The npm...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Command Injection in lodash lodash versions prior to 4.17.21...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.3. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Prototype Pollution Overview The npm package y18n before versions...
When PHP serializes objects it detects recursions and marks them accordingly in the serialization (tokens `r` and `R` for recursion by reference) the references objects get an integer-based number to...