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

@daeinc/math

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daeinc/math - npm Package Compare versions

Comparing version 0.7.0 to 0.8.0

dist/math.d.ts

4

dist/index.d.ts

@@ -13,3 +13,3 @@ /**

*
* @param t - Normalized local t 0..1. This is used to sample mapped value. It determines the density or resolution of values.
* @param t - Normalized local t 0..1. This is a sampling position of the mapped value within the range. It determines the density or resolution of values.
* @param radius - Buffer radius on each side. To have different radius on each direction, pass `[back, front]`. (positive float value)

@@ -31,3 +31,3 @@ * @param T - global T 0..1

* // local t is lerped in 0..1 within buffer as playhead tranvels forward.
* let t = mapRange(i / num, 0.2, 0.2, playhead);
* let t = mapLocalRange(i / num, 0.2, 0.2, playhead);
* // map t (0..1) to desired range (0 -> 1 -> 0)

@@ -34,0 +34,0 @@ * const h = keys.value(t);

{
"name": "@daeinc/math",
"version": "0.7.0",
"version": "0.8.0",
"description": "Math utilities",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

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