sdf-parser
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "sdf-parser", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"main": [ | ||
@@ -5,0 +5,0 @@ "dist/sdf-parser.js", |
{ | ||
"name": "sdf-parser", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "SDF parser", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -31,3 +31,3 @@ 'use strict'; | ||
molecules.push(molecule); | ||
molecule.molfile = {type: 'mol2d', value: parts[0] + crlf}; | ||
molecule.molfile = parts[0] + crlf; | ||
jj = parts.length; | ||
@@ -34,0 +34,0 @@ for (j = 1; j < jj; j++) { |
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
0
7013