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.2.3 to 1.2.4

4

CHANGELOG.md

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

## 1.2.4
- Move `flow-bin` to dev dependencies from dependencies (sorry guys!)
## 1.2.3

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

10

lib/helpers.js

@@ -10,11 +10,11 @@ 'use strict';

function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
/* eslint-disable camelcase */
class __PHP_Incomplete_Class {
var __PHP_Incomplete_Class = function __PHP_Incomplete_Class(name) {
_classCallCheck(this, __PHP_Incomplete_Class);
constructor(name) {
this.__PHP_Incomplete_Class_Name = name;
}
}
this.__PHP_Incomplete_Class_Name = name;
};

@@ -21,0 +21,0 @@ function getClass(prototype) {

{
"name": "php-serialize",
"version": "1.2.3",
"version": "1.2.4",
"description": "PHP serialize/unserialize in Javascript",

@@ -27,7 +27,5 @@ "main": "lib/index.js",

"eslint-config-steelbrain": "^1.0.1",
"sb-exec": "^3.0.2"
},
"dependencies": {
"sb-exec": "^3.0.2",
"flow-bin": "^0.37.4"
}
}
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