You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

php-serialize

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

php-serialize - npm Package Versions

13

4.0.0

Diff
s
steelbrain
published 4.0.0 •

Changelog

Source

4.0.0

  • Add TS Typings - Thanks @vace
  • Convert arrays with missing keys to objects in unserialize
  • BREAKING Export modules in CJS and CommonJS.
  • Add support for parsing protected and private fields
s
steelbrain
published 3.0.1 •

Changelog

Source

3.0.1

  • Fix handling of shallow arrays (Thanks @neoaggelos)
s
steelbrain
published 3.0.0 •

Changelog

Source

3.0.0

  • Require at least Node v8
  • Add isSerialized method, mirrored from Wordpress source
s
steelbrain
published 2.1.0 •

Changelog

Source

2.1.0

  • Add support for encoding parameter for serialize/unserialize
s
steelbrain
published 2.0.1 •

Changelog

Source

2.0.1

  • Fix validation being too strict for pairs
s
steelbrain
published 2.0.0 •

Changelog

Source

2.0.0

  • Simplify internals
  • Validate input and Throw syntax errors
s
steelbrain
published 1.3.1 •

Changelog

Source

1.3.1

  • Fix serialization support for big numbers
s
steelbrain
published 1.3.0 •

Changelog

Source

1.3.0

  • Added support for namespaced serializations
s
steelbrain
published 1.2.5 •

Changelog

Source

1.2.5

  • Fixed support for multi-byte strings
  • Rewrote most of decode internals to work on Buffers instead of strings (external API still the same)
s
steelbrain
published 1.2.4 •

Changelog

Source

1.2.4

  • Move flow-bin to dev dependencies from dependencies (sorry guys!)