Comparing version 0.0.1 to 0.0.2
@@ -1,1 +0,22 @@ | ||
export {}; | ||
import * as arrayMap from "./array"; | ||
import * as coreMap from "./core"; | ||
import * as mathMap from "./math"; | ||
import * as systemMap from "./system"; | ||
declare const _default: { | ||
bubbleSort: typeof arrayMap.bubbleSort; | ||
selectionSort: typeof arrayMap.selectionSort; | ||
insertionSort: typeof arrayMap.insertionSort; | ||
mergeSort: typeof arrayMap.mergeSort; | ||
quickSort: typeof arrayMap.quickSort; | ||
heapSort: typeof arrayMap.heapSort; | ||
timSort: typeof arrayMap.timSort; | ||
chunks: typeof arrayMap.chunks; | ||
lerp: typeof coreMap.lerp; | ||
checkRectangleCollision: typeof coreMap.checkRectangleCollision; | ||
sum: typeof mathMap.sum; | ||
mode: typeof mathMap.mode; | ||
median: typeof mathMap.median; | ||
mean: typeof mathMap.mean; | ||
measurePerformance: typeof systemMap.measurePerformance; | ||
}; | ||
export default _default; |
@@ -1,1 +0,1 @@ | ||
"use strict"; | ||
"use strict";const e=require("./array.js"),o=require("./core.js"),r=require("./mode-Bzvdh_G5.cjs"),t=require("./system.js"),n={bubbleSort:e.bubbleSort,selectionSort:e.selectionSort,insertionSort:e.insertionSort,mergeSort:e.mergeSort,quickSort:e.quickSort,heapSort:e.heapSort,timSort:e.timSort,chunks:e.chunks,lerp:o.lerp,checkRectangleCollision:o.checkRectangleCollision,sum:r.sum,mode:r.mode,median:r.median,mean:r.mean,measurePerformance:t.measurePerformance};module.exports=n; |
@@ -29,6 +29,34 @@ { | ||
"require": "./dist/index.js" | ||
}, | ||
"./array": { | ||
"import": "./dist/array.js", | ||
"require": "./dist/array.js" | ||
}, | ||
"./core": { | ||
"import": "./dist/core.js", | ||
"require": "./dist/core.js" | ||
}, | ||
"./date": { | ||
"import": "./dist/date.js", | ||
"require": "./dist/date.js" | ||
}, | ||
"./math": { | ||
"import": "./dist/math.js", | ||
"require": "./dist/math.js" | ||
}, | ||
"./regex": { | ||
"import": "./dist/regex.js", | ||
"require": "./dist/regex.js" | ||
}, | ||
"./string": { | ||
"import": "./dist/string.js", | ||
"require": "./dist/string.js" | ||
}, | ||
"./system": { | ||
"import": "./dist/system.js", | ||
"require": "./dist/system.js" | ||
} | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"scripts": { | ||
@@ -35,0 +63,0 @@ "dev": "vite", |
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
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 2 instances 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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
18437
39
281
0
4