chemical-groups
Advanced tools
Comparing version 1.0.2 to 1.1.0
{ | ||
"name": "chemical-groups", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "JSON containing information about chemical groups", | ||
@@ -20,3 +20,3 @@ "main": "src/index.js", | ||
"homepage": "https://github.com/cheminfo/mf-parser/tree/master/packages/chemical-elements#readme", | ||
"gitHead": "3d54e43ef65fd47d783aa3e2700ff53a9da46bc0" | ||
"gitHead": "cfb4dd864b00757572700c8751b620d500682476" | ||
} |
@@ -6,3 +6,3 @@ 'use strict'; | ||
test('data size', () => { | ||
expect(data.groups.length).toBeGreaterThan(50); | ||
expect(data.groups.length).toBeGreaterThan(200); | ||
}); | ||
@@ -22,2 +22,3 @@ | ||
mf: 'C3H5NO', | ||
kind: 'aa', | ||
name: 'Alanine diradical', | ||
@@ -24,0 +25,0 @@ symbol: 'Ala', |
'use strict'; | ||
const groups = require('./groups.js'); | ||
const groupsToSequence = require('./groupsToSequence'); | ||
@@ -16,2 +17,3 @@ function getGroupsObject() { | ||
getGroupsObject, | ||
groupsToSequence, | ||
}; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
344053
9
12225