php-serialize
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -0,1 +1,5 @@ | ||
## 1.1.1 | ||
- Add support for deep serialization (Thanks @cantremember) | ||
## 1.1.0 | ||
@@ -2,0 +6,0 @@ |
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10604
0