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.1.1 to 0.3.1

lib-esm/core/DataXY.js

15

lib/index.d.ts

@@ -1,9 +0,6 @@

export { InfraredSpectroscopy } from './spectra/InfraredSpectroscopy';
export { PowderXrayDiffraction } from './spectra/PowderXrayDiffraction';
export { Isotherm } from './spectra/Isotherm';
export { ThermoGravimetricAnalysis } from "./spectra/ThermoGravimetricAnalysis";
export { QuantitativeValue } from './general/QuantitativeValue';
export { Instrument } from './general/Instrument';
export { Range } from './general/Range';
export { DataSource } from './general/DataSource';
export { BoilingPoint } from './physical/BoilingPoint';
export { DataXY } from './core/DataXY';
export { DoubleArray } from './core/DoubleArray';
export { SpectrumVariable } from './core/SpectrumVariable';
export { OneLetter } from './core/OneLetter';
export { Value } from './core/Value';
export { Range } from './core/Range';

2

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

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -1,11 +0,6 @@

export { InfraredSpectroscopy } from './spectra/InfraredSpectroscopy';
export { PowderXrayDiffraction } from './spectra/PowderXrayDiffraction';
export { Isotherm } from './spectra/Isotherm';
export { ThermoGravimetricAnalysis } from "./spectra/ThermoGravimetricAnalysis";
export { QuantitativeValue } from './general/QuantitativeValue';
export { Instrument } from './general/Instrument';
export { Range } from './general/Range';
export { DataSource } from './general/DataSource';
export { BoilingPoint } from './physical/BoilingPoint';
export { DataXY } from './core/DataXY';
export { DoubleArray } from './core/DoubleArray';
export { SpectrumVariable } from './core/SpectrumVariable';
export { OneLetter } from './core/OneLetter';
export { Value } from './core/Value';
export { Range } from './core/Range';
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