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
268
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 0.2.5 to 0.3.0

CHANGELOG.md

32

package.json
{
"name": "nmr-processing",
"version": "0.2.5",
"version": "0.3.0",
"description": "",

@@ -42,25 +42,25 @@ "main": "lib/index.js",

"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@types/jest": "^25.2.1",
"cheminfo-build": "^1.1.4",
"eslint": "^7.7.0",
"eslint-config-cheminfo": "^3.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.20.0",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@types/jest": "^26.0.15",
"cheminfo-build": "^1.1.8",
"eslint": "^7.12.1",
"eslint-config-cheminfo": "^5.2.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-prettier": "^3.1.4",
"esm": "^3.2.25",
"jest": "^26.4.1",
"jest": "^26.6.1",
"jest-matcher-deep-close-to": "^2.0.1",
"ml-array-median": "^1.1.3",
"ml-array-median": "^1.1.4",
"nmr-xy-testdata": "^0.2.1",
"prettier": "^2.0.5",
"rollup": "^2.26.4"
"prettier": "^2.1.2",
"rollup": "^2.32.1"
},
"dependencies": {
"ml-gsd": "^5.0.1",
"ml-matrix-convolution": "^0.4.3",
"ml-matrix-peaks-finder": "^0.2.2",
"ml-gsd": "^5.0.2",
"ml-matrix-convolution": "^0.5.2",
"ml-matrix-peaks-finder": "^0.3.1",
"ml-simple-clustering": "^0.1.0",
"ml-spectra-processing": "^4.2.0"
"ml-spectra-processing": "^4.5.1"
}
}
// sources:
// https://en.wikipedia.org/wiki/Gyromagnetic_ratio
// TODO: can we have a better source and more digits ? @jwist
// TODO: #13 can we have a better source and more digits ? @jwist

@@ -6,0 +6,0 @@ export const gyromagneticRatio = {

import * as convolution from 'ml-matrix-convolution';
import matrixPeakFinders from 'ml-matrix-peaks-finder';
import * as matrixPeakFinders from 'ml-matrix-peaks-finder';
import simpleClustering from 'ml-simple-clustering';

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

Sorry, the diff of this file is too big to display

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