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 0.9.0 to 0.9.1

2

package.json
{
"name": "cheminfo-types",
"version": "0.9.0",
"version": "0.9.1",
"description": "Types for cheminfo packages and cheminfo data schema ",

@@ -5,0 +5,0 @@ "main": "./src/index.d.ts",

import { Value } from '../core/Value.d';
export interface ICPDilution {
factor?: number;
solvent?: string;
}
export interface ICPResult {

@@ -7,5 +12,4 @@ element: string;

experimentalConcentration?: Value;
dilutionFactor?: number;
solvent?: string;
dilution?: ICPDilution;
sampleConcentration?: Value;
}
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