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

@aryth/bound-vector

Package Overview
Dependencies
Maintainers
1
Versions
88
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 0.3.21 to 0.3.22

2

dist/index.cjs.js

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

const iterate = function (vec, fn, l) {
l = l || (vec === null || vec === void 0 ? void 0 : vec.length);
l = l || (vec == null ? void 0 : vec.length);

@@ -55,0 +55,0 @@ for (let i = 0; i < l; i++) fn.call(this, vec[i], i);

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

const iterate = function (vec, fn, l) {
l = l || (vec === null || vec === void 0 ? void 0 : vec.length);
l = l || (vec == null ? void 0 : vec.length);

@@ -51,0 +51,0 @@ for (let i = 0; i < l; i++) fn.call(this, vec[i], i);

{
"name": "@aryth/bound-vector",
"version": "0.3.21",
"version": "0.3.22",
"description": "A math util library",

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

"dependencies": {
"@aryth/util-bound": "^0.3.21",
"@aryth/util-bound": "^0.3.22",
"@ject/oneself": "^0.0.12",
"@texting/string-value": "^0.0.10",
"@texting/string-value": "^0.0.12",
"@typen/enum-check-levels": "^0.1.16",

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

"homepage": "https://github.com/hoyeungw/aryth#readme",
"gitHead": "1f58f764e976a1491f3f3b4e236fb3ae0a29690e"
"gitHead": "54cfbd4c499c8b5f31e1030b381f83d260a7bb63"
}
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