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

jcampconverter

Package Overview
Dependencies
Maintainers
3
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 2.0.6 to 2.0.7

2

bower.json
{
"name": "jcampconverter",
"version": "2.0.6",
"version": "2.0.7",
"main": [

@@ -5,0 +5,0 @@ "dist/jcampconverter.js",

{
"name": "jcampconverter",
"version": "2.0.6",
"version": "2.0.7",
"description": "Parse and convert JCAMP data",

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

@@ -75,2 +75,6 @@ # JCAMP converter

## How to create the tests
http://unitjs.com/guide/should-js.html
## License

@@ -77,0 +81,0 @@

@@ -350,2 +350,3 @@ 'use strict';

function parsePeakTable(spectrum, value, result) {
spectrum.isPeaktable=true;
var i, ii, j, jj, values;

@@ -379,2 +380,4 @@ var currentData = [];

spectrum.isXYdata=true;
var currentData = [];

@@ -381,0 +384,0 @@ spectrum.data = [currentData];

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