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

@thi.ng/math

Package Overview
Dependencies
Maintainers
1
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/math - npm Package Compare versions

Comparing version 5.8.4 to 5.9.0

easing.d.ts

9

CHANGELOG.md
# Change Log
- **Last updated**: 2024-01-30T21:37:19Z
- **Last updated**: 2024-02-06T23:18:11Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -12,2 +12,9 @@

## [5.9.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@5.9.0) (2024-02-06)
#### 🚀 Features
- add easing functions ([e4966fd](https://github.com/thi-ng/umbrella/commit/e4966fd))
- add easing functions, ported from [@thi.ng/shader-ast-std](https://github.com/thi-ng/umbrella/tree/main/packages/shader-ast-std) pkg
## [5.8.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@5.8.0) (2024-01-26)

@@ -14,0 +21,0 @@

@@ -7,2 +7,3 @@ export * from "./api.js";

export * from "./extrema.js";
export * from "./easing.js";
export * from "./fit.js";

@@ -9,0 +10,0 @@ export * from "./int.js";

@@ -7,2 +7,3 @@ export * from "./api.js";

export * from "./extrema.js";
export * from "./easing.js";
export * from "./fit.js";

@@ -9,0 +10,0 @@ export * from "./int.js";

8

package.json
{
"name": "@thi.ng/math",
"version": "5.8.4",
"version": "5.9.0",
"description": "Assorted common math functions & utilities",

@@ -54,2 +54,3 @@ "type": "module",

"cubic",
"easing",
"hermite",

@@ -93,2 +94,5 @@ "interpolation",

},
"./easing": {
"default": "./easing.js"
},
"./eqdelta": {

@@ -143,3 +147,3 @@ "default": "./eqdelta.js"

},
"gitHead": "a86521dfac00768f7e51a607209325eb72004730\n"
"gitHead": "ce8202c237a367c4038d41919a8acf75e1122507\n"
}

@@ -75,3 +75,3 @@ <!-- This file is generated - DO NOT EDIT! -->

Package sizes (brotli'd, pre-treeshake): ESM: 4.09 KB
Package sizes (brotli'd, pre-treeshake): ESM: 4.63 KB

@@ -78,0 +78,0 @@ ## Dependencies

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