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

23

5.1.3

Diff
s
steelbrain
published 5.1.3 •

Changelog

Source

5.1.3

  • Maintenance release with updated homepage in manifest
s
steelbrain
published 5.1.2 •

Changelog

Source

5.1.2

  • Fix parsing conflict between floats and BigInt (Thanks @dev-airmaxx)
s
steelbrain
published 5.1.1 •

Changelog

Source

5.1.1

  • Mistakenly republished 5.1.0 as 5.1.1
s
steelbrain
published 5.1.0 •

Changelog

Source

5.1.0

  • Add support for BigInt (Thanks @at0mat)
s
steelbrain
published 5.0.1 •

Changelog

Source

5.0.1

  • Fix a bug in isSerialized (Thanks @maxbronnikov10)
s
steelbrain
published 5.0.0 •

Changelog

Source

5.0.0

  • Remove dependence on assert native module for validation, and use simple error instead (Thanks @eliandoran)

    Because this changes the error class from AssertionError to Error which might break downstream code, this is being tagged as semver-major.

s
steelbrain
published 4.1.1 •

Changelog

Source

4.1.1

  • Fix Map support for multiple elements (Thanks @trim21)
s
steelbrain
published 4.1.0 •

Changelog

Source

4.1.0

  • Add support for JS Maps as equivalent for unordered PHP objects (Thanks @trim21)
s
steelbrain
published 4.0.2 •

Changelog

Source

4.0.2

  • Workaround an npm publish issue
s
steelbrain
published 4.0.1 •

Changelog

Source

4.0.1

  • Emit declarations for typings, instead of using source