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

cheminfo-types

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cheminfo-types - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

16

cheminfoType.d.ts

@@ -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",

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