@trim21/php-serialize
Advanced tools
+3
-3
| { | ||
| "name": "@trim21/php-serialize", | ||
| "version": "0.0.1", | ||
| "version": "0.0.2", | ||
| "description": "PHP serialize/unserialize in Javascript", | ||
@@ -23,3 +23,3 @@ "main": "lib/index.js", | ||
| "bugs": { | ||
| "url": "https://github.com/steelbrain/php-serialize/issues" | ||
| "url": "https://github.com/trim21/php-serialize/issues" | ||
| }, | ||
@@ -30,3 +30,3 @@ "files": [ | ||
| ], | ||
| "homepage": "https://github.com/steelbrain/php-serialize#readme", | ||
| "homepage": "https://github.com/trim21/php-serialize#readme", | ||
| "devDependencies": { | ||
@@ -33,0 +33,0 @@ "@babel/core": "^7.20.5", |
+5
-0
@@ -31,2 +31,7 @@ # PHP-Serialize | ||
| // ^ Above code will serialize User class to given name | ||
| // If you need to serialize to php array with int key | ||
| serialize(new Map([[1, 'q']])) | ||
| ``` | ||
@@ -33,0 +38,0 @@ |
48353
0.17%60
9.09%