nmr-predictor
Advanced tools
Comparing version 1.1.0 to 1.1.2
{ | ||
"name": "nmr-predictor", | ||
"version": "1.1.0", | ||
"version": "1.1.2", | ||
"description": "NMR chemical shift predictor", | ||
@@ -21,3 +21,3 @@ "keywords": [], | ||
"openchemlib-extended-minimal": "^2.0.0", | ||
"spectra-nmr-utilities": "^0.0.5", | ||
"spectra-nmr-utilities": "^0.0.6", | ||
"superagent": "^3.5.0" | ||
@@ -24,0 +24,0 @@ }, |
@@ -17,6 +17,3 @@ 'use strict'; | ||
return fromSpinus(molecule).then(prediction => { | ||
if (options.group) { | ||
prediction = group(prediction); | ||
} | ||
return prediction; | ||
return options.group ? group(prediction) : prediction; | ||
}); | ||
@@ -23,0 +20,0 @@ }; |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
2
17071
370
+ Addedspectra-nmr-utilities@0.0.6(transitive)
- Removedspectra-nmr-utilities@0.0.5(transitive)
Updatedspectra-nmr-utilities@^0.0.6