php-serialize
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -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,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" | ||
} | ||
} |
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
13510
0
5
- Removedflow-bin@^0.37.4
- Removedflow-bin@0.37.4(transitive)