Socket
Socket
Sign inDemoInstall

rat-vec

Package Overview
Dependencies
4
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

4

add.js

@@ -7,6 +7,6 @@ 'use strict'

function add(a, b) {
function add (a, b) {
var n = a.length
var r = new Array(n)
for(var i=0; i<n; ++i) {
for (var i=0; i<n; ++i) {
r[i] = bnadd(a[i], b[i])

@@ -13,0 +13,0 @@ }

{
"name": "rat-vec",
"version": "1.1.0",
"version": "1.1.1",
"description": "Exact rational vector arithmetic",

@@ -30,3 +30,3 @@ "main": "index.js",

"dependencies": {
"big-rat": "^1.0.0"
"big-rat": "^1.0.3"
},

@@ -33,0 +33,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc