Comparing version 1.3.0 to 1.3.1
@@ -136,3 +136,3 @@ (function() { | ||
} | ||
if (type === "number" && parseInt(value) === value) { | ||
if (type === "number" && parseInt(value) === value && value < 536870911 && value > -268435456) { | ||
return module.exports.AMF3.INTEGER; | ||
@@ -139,0 +139,0 @@ } |
{ | ||
"name": "amfjs", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "A simple AMF (ActionScript Message Format) library for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/amf-js.js", |
Sorry, the diff of this file is not supported yet
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
75258