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

jcampconverter

Package Overview
Dependencies
Maintainers
4
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jcampconverter - npm Package Compare versions

Comparing version 7.3.1 to 7.6.2

lib/package.json

2

History.md

@@ -0,1 +1,3 @@

### [7.6.2](https://github.com/cheminfo-js/jcampconverter/compare/v7.6.1...v7.6.2) (2020-10-14)
## [7.3.1](https://github.com/cheminfo-js/jcampconverter/compare/v7.2.0...v7.3.1) (2020-06-24)

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

10

lib/index.js

@@ -5,7 +5,9 @@ 'use strict';

function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
var getMedian = _interopDefault(require('ml-array-median'));
var getMedian = require('ml-array-median');
var nmrProcessing = require('nmr-processing');
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
var getMedian__default = /*#__PURE__*/_interopDefaultLegacy(getMedian);
function createTree(jcamp, options = {}) {

@@ -446,3 +448,3 @@ const { flatten = false } = options;

maxZ: maxZ,
noise: getMedian(z[0].map(Math.abs)),
noise: getMedian__default['default'](z[0].map(Math.abs)),
};

@@ -449,0 +451,0 @@ }

{
"name": "jcampconverter",
"version": "7.3.1",
"version": "7.6.2",
"description": "Parse and convert JCAMP data",

@@ -49,21 +49,21 @@ "main": "lib/index.js",

"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.10.1",
"@types/jest": "^26.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@types/jest": "^26.0.14",
"benchmark": "^2.1.4",
"cheminfo-build": "^1.1.1",
"eslint": "^7.3.1",
"eslint-config-cheminfo": "^4.0.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jest": "^23.17.1",
"cheminfo-build": "^1.1.7",
"eslint": "^7.11.0",
"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.1.0",
"jest": "^26.5.3",
"jest-matcher-deep-close-to": "^2.0.1",
"prettier": "^2.0.5",
"rollup": "^2.18.0"
"prettier": "^2.1.2",
"rollup": "^2.30.0"
},
"dependencies": {
"ml-array-median": "^1.1.3",
"nmr-processing": "^0.2.1"
"ml-array-median": "^1.1.4",
"nmr-processing": "^0.2.5"
}
}
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