New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aryth/bound-matrix

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aryth/bound-matrix - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

8

dist/index.cjs.js

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

const parseNumeric = x => +x;
const parseNumeric$1 = x => +x;
/**

@@ -91,3 +91,3 @@ *

const filterX = (_optX$filter = optX === null || optX === void 0 ? void 0 : optX.filter) !== null && _optX$filter !== void 0 ? _optX$filter : numStrict.isNumeric,
mapX = (_optX$mapper = optX === null || optX === void 0 ? void 0 : optX.mapper) !== null && _optX$mapper !== void 0 ? _optX$mapper : parseNumeric;
mapX = (_optX$mapper = optX === null || optX === void 0 ? void 0 : optX.mapper) !== null && _optX$mapper !== void 0 ? _optX$mapper : parseNumeric$1;
const filterY = (_optY$filter = optY === null || optY === void 0 ? void 0 : optY.filter) !== null && _optY$filter !== void 0 ? _optY$filter : literal.hasLiteral,

@@ -131,3 +131,3 @@ mapY = (_optY$mapper = optY === null || optY === void 0 ? void 0 : optY.mapper) !== null && _optY$mapper !== void 0 ? _optY$mapper : stringValue.stringValue;

const parseNumeric$1 = x => +x;
const parseNumeric = x => +x;
/**

@@ -158,3 +158,3 @@ *

const filterX = (_opt$filter = opt === null || opt === void 0 ? void 0 : opt.filter) !== null && _opt$filter !== void 0 ? _opt$filter : numStrict.isNumeric,
mapX = (_opt$mapper = opt === null || opt === void 0 ? void 0 : opt.mapper) !== null && _opt$mapper !== void 0 ? _opt$mapper : parseNumeric$1;
mapX = (_opt$mapper = opt === null || opt === void 0 ? void 0 : opt.mapper) !== null && _opt$mapper !== void 0 ? _opt$mapper : parseNumeric;
matrixMapper.iterate(wordx, (v, i, j) => {

@@ -161,0 +161,0 @@ var _mat;

@@ -56,3 +56,3 @@ import { bound as bound$1 } from '@aryth/bound-vector';

const parseNumeric = x => +x;
const parseNumeric$1 = x => +x;
/**

@@ -87,3 +87,3 @@ *

const filterX = (_optX$filter = optX === null || optX === void 0 ? void 0 : optX.filter) !== null && _optX$filter !== void 0 ? _optX$filter : isNumeric,
mapX = (_optX$mapper = optX === null || optX === void 0 ? void 0 : optX.mapper) !== null && _optX$mapper !== void 0 ? _optX$mapper : parseNumeric;
mapX = (_optX$mapper = optX === null || optX === void 0 ? void 0 : optX.mapper) !== null && _optX$mapper !== void 0 ? _optX$mapper : parseNumeric$1;
const filterY = (_optY$filter = optY === null || optY === void 0 ? void 0 : optY.filter) !== null && _optY$filter !== void 0 ? _optY$filter : hasLiteral,

@@ -127,3 +127,3 @@ mapY = (_optY$mapper = optY === null || optY === void 0 ? void 0 : optY.mapper) !== null && _optY$mapper !== void 0 ? _optY$mapper : stringValue;

const parseNumeric$1 = x => +x;
const parseNumeric = x => +x;
/**

@@ -154,3 +154,3 @@ *

const filterX = (_opt$filter = opt === null || opt === void 0 ? void 0 : opt.filter) !== null && _opt$filter !== void 0 ? _opt$filter : isNumeric,
mapX = (_opt$mapper = opt === null || opt === void 0 ? void 0 : opt.mapper) !== null && _opt$mapper !== void 0 ? _opt$mapper : parseNumeric$1;
mapX = (_opt$mapper = opt === null || opt === void 0 ? void 0 : opt.mapper) !== null && _opt$mapper !== void 0 ? _opt$mapper : parseNumeric;
iterate(wordx, (v, i, j) => {

@@ -157,0 +157,0 @@ var _mat;

{
"name": "@aryth/bound-matrix",
"version": "0.3.3",
"version": "0.3.4",
"description": "A math util library",

@@ -18,12 +18,12 @@ "main": "dist/index.cjs.js",

"dependencies": {
"@aryth/bound-vector": "^0.3.3",
"@aryth/util-bound": "^0.3.3",
"@aryth/bound-vector": "^0.3.4",
"@aryth/util-bound": "^0.3.4",
"@ject/oneself": "^0.0.6",
"@spare/string-value": "^0.10.6",
"@spare/string-value": "^0.10.8",
"@typen/enum-check-levels": "^0.1.10",
"@typen/literal": "^0.1.10",
"@typen/num-strict": "^0.1.10",
"@vect/matrix-init": "^0.3.5",
"@vect/matrix-mapper": "^0.3.5",
"@vect/matrix-size": "^0.3.5"
"@vect/matrix-init": "^0.3.6",
"@vect/matrix-mapper": "^0.3.6",
"@vect/matrix-size": "^0.3.6"
},

@@ -45,3 +45,3 @@ "repository": {

"homepage": "https://github.com/hoyeungw/aryth#readme",
"gitHead": "46f557086b24f1e8496f2408ac07108adcbf0d4b"
"gitHead": "a0cd6f754dd73142a0fbe8f0ea25229bf7ba5d24"
}
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