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.1.13 to 0.1.14

3

dist/index.cjs.js

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

* @param {*[]} vec
* @returns {{min: *, max: *}|{min: *, dif: *}}}
*/

@@ -47,3 +46,3 @@

return toOutput(max, min);
return toOutput(max, min); // @returns {{min:number, max:number}|{min:number, dif:number}}
}

@@ -50,0 +49,0 @@ function leap(vec) {

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

* @param {*[]} vec
* @returns {{min: *, max: *}|{min: *, dif: *}}}
*/

@@ -43,3 +42,3 @@

return toOutput(max, min);
return toOutput(max, min); // @returns {{min:number, max:number}|{min:number, dif:number}}
}

@@ -46,0 +45,0 @@ function leap(vec) {

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

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

"dependencies": {
"@aryth/util-bound": "^0.1.13",
"@aryth/util-bound": "^0.1.14",
"@typen/enum-check-levels": "^0.1.4"

@@ -37,3 +37,3 @@ },

"homepage": "https://github.com/hoyeungw/aryth#readme",
"gitHead": "29378ffb94e8d205674e476ff2b3e9b7daebfc64"
"gitHead": "041ece9db15cfbf1589ba56429d5dbdec39754dc"
}
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