js-combinatorics
Advanced tools
Comparing version 1.5.3 to 1.5.4
@@ -14,3 +14,3 @@ /** | ||
*/ | ||
export declare const version = "1.5.3"; | ||
export declare const version = "1.5.4"; | ||
/** | ||
@@ -17,0 +17,0 @@ * BigInt Workaround |
@@ -14,3 +14,3 @@ /** | ||
*/ | ||
export const version = '1.5.3'; | ||
export const version = '1.5.4'; | ||
const _BI = typeof BigInt == 'function' ? BigInt : Number; | ||
@@ -17,0 +17,0 @@ /** |
@@ -17,3 +17,3 @@ "use strict"; | ||
*/ | ||
exports.version = '1.5.3'; | ||
exports.version = '1.5.4'; | ||
const _BI = typeof BigInt == 'function' ? BigInt : Number; | ||
@@ -20,0 +20,0 @@ /** |
{ | ||
"name": "js-combinatorics", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "Simple combinatorics like power set, combination, and permutation in JavaScript", | ||
"main": "combinatorics.js", | ||
"module": "combinatorics.js", | ||
"exports": { | ||
"import": "./combinatorics.js", | ||
"require": "./commonjs/combinatorics.js" | ||
}, | ||
"types": "combinatorics.d.ts", | ||
@@ -8,0 +12,0 @@ "files": [ |
[![ES2015](https://img.shields.io/badge/JavaScript-ES2015-blue.svg)](http://www.ecma-international.org/ecma-262/6.0/) | ||
[![MIT LiCENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) | ||
[![build status](https://travis-ci.com/dankogai/js-combinatorics.svg)](http://travis-ci.com/dankogai/js-combinatorics) | ||
[![build status](https://app.travis-ci.com/dankogai/js-combinatorics.svg)](https://app.travis-ci.com/github/dankogai/js-combinatorics) | ||
@@ -55,3 +55,3 @@ js-combinatorics | ||
```javascript | ||
import * as $C from 'https://cdn.jsdelivr.net/npm/js-combinatorics@1.5.3/combinatorics.min.js'; | ||
import * as $C from 'https://cdn.jsdelivr.net/npm/js-combinatorics@1.5.4/combinatorics.min.js'; | ||
``` | ||
@@ -58,0 +58,0 @@ |
@@ -26,3 +26,3 @@ (function (factory) { | ||
*/ | ||
exports.version = '1.5.3'; | ||
exports.version = '1.5.4'; | ||
const _BI = typeof BigInt == 'function' ? BigInt : Number; | ||
@@ -29,0 +29,0 @@ /** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60583