New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@trim21/php-serialize

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trim21/php-serialize - npm Package Compare versions

Comparing version
0.0.3
to
0.0.4
+2
-5
package.json
{
"name": "@trim21/php-serialize",
"version": "0.0.3",
"version": "0.0.4",
"description": "PHP serialize/unserialize in Javascript",

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

},
"repository": {
"type": "git",
"url": "git+https://github.com/steelbrain/php-serialize.git"
},
"repository": "trim21/php-serialize",
"author": "steelbrain",

@@ -22,0 +19,0 @@ "license": "MIT",

# PHP-Serialize
serialize and unserialize php encoded string to or from js Object/Array/Map.
It also supports `Serializable` objects decode. Here's how you can use them.

@@ -32,6 +34,5 @@

// If you need to serialize to php array with int key
serialize(new Map([[1, 'q']]))
serialize(new Map([[1, 'q']]))
```

@@ -38,0 +39,0 @@