Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

amfjs

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amfjs - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

lib/types.js

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

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