You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@aryth/bound-vector

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aryth/bound-vector - npm Package Compare versions

Comparing version

to
0.3.15

1

dist/index.cjs.js

@@ -145,2 +145,3 @@ 'use strict';

} = config;
if (!filter) return vec;
iterate(words, (v, i) => {

@@ -147,0 +148,0 @@ var _vec;

@@ -141,2 +141,3 @@ import { IsNum, boundOutput, ToNum } from '@aryth/util-bound';

} = config;
if (!filter) return vec;
iterate(words, (v, i) => {

@@ -143,0 +144,0 @@ var _vec;

8

package.json
{
"name": "@aryth/bound-vector",
"version": "0.3.14",
"version": "0.3.15",
"description": "A math util library",

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

"dependencies": {
"@aryth/util-bound": "^0.3.14",
"@aryth/util-bound": "^0.3.15",
"@ject/oneself": "^0.0.6",
"@texting/string-value": "^0.0.5",
"@texting/string-value": "^0.0.6",
"@typen/enum-check-levels": "^0.1.16",

@@ -41,3 +41,3 @@ "@typen/literal": "^0.1.16",

"homepage": "https://github.com/hoyeungw/aryth#readme",
"gitHead": "d4db1e83f509818f13b3801d020cf42d2f6e7baa"
"gitHead": "80d9e1c698e3e9d058c69127cabfdac2b84946fc"
}