Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

php-serialize

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

php-serialize - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 1.1.1
- Add support for deep serialization (Thanks @cantremember)
## 1.1.0

@@ -2,0 +6,0 @@

4

lib/index.js

@@ -14,4 +14,4 @@ 'use strict';

d: /d:([\d\.]+);/,
C: /C:[\d]+:"([\S ]+)":([\d]+):/,
O: /O:[\d]+:"([\S ]+)":([\d]+):/
C: /C:[\d]+:"([\S ]+?)":([\d]+):/,
O: /O:[\d]+:"([\S ]+?)":([\d]+):/
};

@@ -18,0 +18,0 @@

{
"name": "php-serialize",
"version": "1.1.0",
"version": "1.1.1",
"description": "PHP serialize/unserialize in Javascript",

@@ -22,3 +22,3 @@ "main": "lib/index.js",

"devDependencies": {
"babel-eslint": "^5.0.0",
"babel-eslint": "^6.0.0",
"babel-preset-steelbrain": "^2.0.1",

@@ -25,0 +25,0 @@ "eslint": "~2.2.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc