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.3.18 to 5.4.0

permutations.d.ts

8

CHANGELOG.md
# Change Log
- **Last updated**: 2022-12-22T21:47:07Z
- **Last updated**: 2023-01-10T15:20:19Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -12,2 +12,8 @@

## [5.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@5.4.0) (2023-01-10)
#### 🚀 Features
- add factorial. permutation/combination fns ([965af0d](https://github.com/thi-ng/umbrella/commit/965af0d))
## [5.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@5.3.0) (2022-03-11)

@@ -14,0 +20,0 @@

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

export * from "./mix.js";
export * from "./permutations.js";
export * from "./prec.js";

@@ -15,0 +16,0 @@ export * from "./prime.js";

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

export * from "./mix.js";
export * from "./permutations.js";
export * from "./prec.js";

@@ -15,0 +16,0 @@ export * from "./prime.js";

11

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

@@ -40,7 +40,7 @@ "type": "module",

"dependencies": {
"@thi.ng/api": "^8.6.2"
"@thi.ng/api": "^8.6.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.33.7",
"@thi.ng/testament": "^0.3.8",
"@thi.ng/testament": "^0.3.9",
"rimraf": "^3.0.2",

@@ -117,2 +117,5 @@ "tools": "^0.0.1",

},
"./permutations": {
"default": "./permutations.js"
},
"./prec": {

@@ -140,3 +143,3 @@ "default": "./prec.js"

},
"gitHead": "bc6f7f5e2765bb96fe64db804eaf4b2443b47fc6\n"
"gitHead": "3f0b3e2a7c82aefc7e46fb4338369836b5e1b8cf\n"
}

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

Package sizes (brotli'd, pre-treeshake): ESM: 3.91 KB
Package sizes (brotli'd, pre-treeshake): ESM: 4.03 KB

@@ -120,2 +120,2 @@ ## Dependencies

&copy; 2013 - 2022 Karsten Schmidt // Apache License 2.0
&copy; 2013 - 2023 Karsten Schmidt // Apache License 2.0
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