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

nmr-processing

Package Overview
Dependencies
Maintainers
4
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nmr-processing - npm Package Compare versions

Comparing version 3.3.2 to 3.3.3

7

CHANGELOG.md
# Changelog
### [3.3.3](https://www.github.com/cheminfo/nmr-processing/compare/v3.3.2...v3.3.3) (2021-10-25)
### Bug Fixes
* export types ([9fea894](https://www.github.com/cheminfo/nmr-processing/commit/9fea894028e864e021bfa20b9a48be1e30aff8c2))
### [3.3.2](https://www.github.com/cheminfo/nmr-processing/compare/v3.3.1...v3.3.2) (2021-10-22)

@@ -4,0 +11,0 @@

@@ -30,1 +30,10 @@ /**

export * from './databases/protonImpurities';
export type { NMRSignal1D } from './types/NMRSignal1D';
export type { NMRSignal2D } from './types/NMRSignal2D';
export type { NMRRange } from './types/NMRRange';
export type { NMRZone } from './types/NMRZone';
export type { XYNumberArray } from './types/XYNumberArray';
export type { NMRPeak1D } from './types/NMRPeak1D';
export type { Prediction1D } from './types/prediction1D';
export type { Jcoupling } from './types/jcoupling';
export type { DataBaseLevelStructure, DataBaseStructure, } from './types/dataStructure';

4

lib/prediction/predictCOSY.d.ts

@@ -62,6 +62,6 @@ import { Molecule } from 'openchemlib';

nuclei: string[];
joinedSignals: import("../types/NMRSignal2D").NMRSignal2D[];
joinedSignals: import("..").NMRSignal2D[];
signals: any[];
zones: {
signals: import("../types/NMRSignal2D").NMRSignal2D[];
signals: import("..").NMRSignal2D[];
x: {

@@ -68,0 +68,0 @@ from: number;

@@ -61,6 +61,6 @@ import { Molecule } from 'openchemlib';

nuclei: string[];
joinedSignals: import("../types/NMRSignal2D").NMRSignal2D[];
joinedSignals: import("..").NMRSignal2D[];
signals: any[];
zones: {
signals: import("../types/NMRSignal2D").NMRSignal2D[];
signals: import("..").NMRSignal2D[];
x: {

@@ -67,0 +67,0 @@ from: number;

@@ -61,6 +61,6 @@ import { Molecule } from 'openchemlib';

nuclei: string[];
joinedSignals: import("../types/NMRSignal2D").NMRSignal2D[];
joinedSignals: import("..").NMRSignal2D[];
signals: any[];
zones: {
signals: import("../types/NMRSignal2D").NMRSignal2D[];
signals: import("..").NMRSignal2D[];
x: {

@@ -67,0 +67,0 @@ from: number;

@@ -13,3 +13,3 @@ import type { OptionsPeaksFilterImpurities } from '../peaks/peaksFilterImpurities';

*/
export declare function xyAutoRangesPicking(data: XYNumberArray, options?: OptionsXYAutoRangesPicking): import("../types/NMRRange").NMRRange[];
export declare function xyAutoRangesPicking(data: XYNumberArray, options?: OptionsXYAutoRangesPicking): import("..").NMRRange[];
export {};
{
"name": "nmr-processing",
"version": "3.3.2",
"version": "3.3.3",
"description": "Pure functions allowing to process NMR spectra.",

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

@@ -39,1 +39,14 @@ /**

export * from './databases/protonImpurities';
export type { NMRSignal1D } from './types/NMRSignal1D';
export type { NMRSignal2D } from './types/NMRSignal2D';
export type { NMRRange } from './types/NMRRange';
export type { NMRZone } from './types/NMRZone';
export type { XYNumberArray } from './types/XYNumberArray';
export type { NMRPeak1D } from './types/NMRPeak1D';
export type { Prediction1D } from './types/prediction1D';
export type { Jcoupling } from './types/jcoupling';
export type {
DataBaseLevelStructure,
DataBaseStructure,
} from './types/dataStructure';
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