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

@kkitahara/linear-algebra

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kkitahara/linear-algebra - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

3

CHANGELOG.md

@@ -0,1 +1,4 @@

v2.1.3
- Minor update (e.g. remove reduce methods)
v2.1.2

@@ -2,0 +5,0 @@ - Bug fix (LinearAlgebra#mmul for 0x0 matrix times 0x0 matrix)

8

package.json
{
"name": "@kkitahara/linear-algebra",
"version": "2.1.2",
"version": "2.1.3",
"description": "ECMAScript modules for exactly manipulating vectors and matrices of which elements are real or complex numbers of the form (p / q)sqrt(b).",

@@ -36,3 +36,3 @@ "keywords": [

"@kkitahara/real-algebra": "^1.2.4",
"big-integer": "^1.6.43",
"big-integer": "^1.6.44",
"esdoc": "^1.1.0",

@@ -42,5 +42,5 @@ "esdoc-standard-plugin": "^1.0.0",

"nyc": "^14.1.1",
"rollup": "^1.15.0",
"rollup": "^1.15.6",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.0.1",
"rollup-plugin-node-resolve": "^5.0.3",
"rollup-plugin-terser": "^5.0.0",

@@ -47,0 +47,0 @@ "snazzy": "^8.0.0",

[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![license](https://img.shields.io/npm/l/@kkitahara/linear-algebra.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![pipeline status](https://gitlab.com/kkitahara/linear-algebra/badges/v2.1.2/pipeline.svg)](https://gitlab.com/kkitahara/linear-algebra/commits/v2.1.2)
[![coverage report](https://gitlab.com/kkitahara/linear-algebra/badges/v2.1.2/coverage.svg)](https://gitlab.com/kkitahara/linear-algebra/commits/v2.1.2)
[![pipeline status](https://gitlab.com/kkitahara/linear-algebra/badges/v2.1.3/pipeline.svg)](https://gitlab.com/kkitahara/linear-algebra/commits/v2.1.3)
[![coverage report](https://gitlab.com/kkitahara/linear-algebra/badges/v2.1.3/coverage.svg)](https://gitlab.com/kkitahara/linear-algebra/commits/v2.1.3)
[![version](https://img.shields.io/npm/v/@kkitahara/linear-algebra/latest.svg)](https://www.npmjs.com/package/@kkitahara/linear-algebra)

@@ -6,0 +6,0 @@ [![bundle size](https://img.shields.io/bundlephobia/min/@kkitahara/linear-algebra.svg)](https://www.npmjs.com/package/@kkitahara/linear-algebra)

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