cheminfo-types
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -153,2 +153,13 @@ /** | ||
} | ||
export type NumberMatrix = | ||
| number[][] | ||
| Int8Array[] | ||
| Uint8Array[] | ||
| Uint8ClampedArray[] | ||
| Int16Array[] | ||
| Uint16Array[] | ||
| Int32Array[] | ||
| Uint32Array[] | ||
| Float32Array[] | ||
| Float64Array[]; | ||
export type BinaryData = ArrayBuffer | Uint8Array; | ||
@@ -284,7 +295,2 @@ | ||
} | ||
/** | ||
* In order to store an array of numbers we prefer to either use native javascript | ||
* arrays or to use Float64Array | ||
*/ | ||
export type NumberArray = | ||
@@ -291,0 +297,0 @@ | number[] |
{ | ||
"name": "cheminfo-types", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "Types for cheminfo packages and cheminfo data schema ", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
12845
424
0