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.1
to
0.0.2
+3
-3
package.json
{
"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",

@@ -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 @@