jcampconverter
Advanced tools
Comparing version 2.0.6 to 2.0.7
{ | ||
"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]; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38932
720
91