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.2.12 to 0.2.13

6

dist/index.cjs.js

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

var matrixSize = require('@vect/matrix-size');
var string = require('@spare/string');
var stringValue = require('@spare/string-value');
var literal = require('@typen/literal');

@@ -101,3 +101,3 @@ var numStrict = require('@typen/num-strict');

const filterY = (_optY$filter = optY === null || optY === void 0 ? void 0 : optY.filter) !== null && _optY$filter !== void 0 ? _optY$filter : literal.hasLiteral,
mapY = (_optY$mapper = optY === null || optY === void 0 ? void 0 : optY.mapper) !== null && _optY$mapper !== void 0 ? _optY$mapper : string.stringValue;
mapY = (_optY$mapper = optY === null || optY === void 0 ? void 0 : optY.mapper) !== null && _optY$mapper !== void 0 ? _optY$mapper : stringValue.stringValue;
matrixMapper.iterate(wordx, (v, i, j) => {

@@ -164,3 +164,3 @@ var _maX, _maY;

const filterX = (_opt$filter = opt === null || opt === void 0 ? void 0 : opt.filter) !== null && _opt$filter !== void 0 ? _opt$filter : literal.hasLiteral,
mapX = (_opt$mapper = opt === null || opt === void 0 ? void 0 : opt.mapper) !== null && _opt$mapper !== void 0 ? _opt$mapper : string.stringValue;
mapX = (_opt$mapper = opt === null || opt === void 0 ? void 0 : opt.mapper) !== null && _opt$mapper !== void 0 ? _opt$mapper : stringValue.stringValue;
matrixMapper.iterate(wordx, (v, i, j) => {

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

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

import { size } from '@vect/matrix-size';
import { stringValue } from '@spare/string';
import { stringValue } from '@spare/string-value';
import { hasLiteral } from '@typen/literal';

@@ -8,0 +8,0 @@ import { isNumeric } from '@typen/num-strict';

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

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

"dependencies": {
"@aryth/bound-vector": "^0.2.12",
"@aryth/util-bound": "^0.2.12",
"@aryth/bound-vector": "^0.2.13",
"@aryth/util-bound": "^0.2.13",
"@ject/oneself": "^0.0.6",
"@spare/string": "^0.8.4",
"@spare/string-value": "^0.8.8",
"@typen/enum-check-levels": "^0.1.5",

@@ -45,3 +45,3 @@ "@typen/literal": "^0.1.5",

"homepage": "https://github.com/hoyeungw/aryth#readme",
"gitHead": "82b3a47bc95d6101fd3cd11d309aa5c56a388012"
"gitHead": "c37dfba437fc1ebc45ede73fe95a047ae069abd5"
}
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