Socket
Socket
Sign inDemoInstall

compute-gcd

Package Overview
Dependencies
5
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

2

lib/index.js

@@ -12,3 +12,3 @@ 'use strict';

var MAXINT = Math.pow( 2, 53 ) - 1;
var MAXINT = Math.pow( 2, 31 ) - 1;

@@ -15,0 +15,0 @@

{
"name": "compute-gcd",
"version": "1.2.0",
"version": "1.2.1",
"description": "Computes the greatest common divisor (gcd).",

@@ -5,0 +5,0 @@ "author": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc