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

chemical-groups

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chemical-groups - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

CHANGELOG.md

4

package.json
{
"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

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