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

mass-fragmentation

Package Overview
Dependencies
Maintainers
0
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mass-fragmentation - npm Package Compare versions

Comparing version 1.10.0 to 1.10.1

lib/src/database/defaultDatabase.d.ts

10

package.json
{
"name": "mass-fragmentation",
"version": "1.10.0",
"version": "1.10.1",
"description": "Code to fragment molecules",
"main": "lib/index.js",
"main": "lib/src/index.js",
"module": "src/index.js",

@@ -23,4 +23,4 @@ "files": [

"dependencies": {
"mf-parser": "^3.2.0",
"openchemlib-utils": "^6.0.1",
"mf-parser": "^3.2.1",
"openchemlib-utils": "^6.3.0",
"react-tree-svg": "^1.0.0"

@@ -31,3 +31,3 @@ },

},
"gitHead": "28dae91d3b42556a23097ee08acfe4061f276ed0"
"gitHead": "838f98a30846d4b1721b8ed7aa94a55e854d7521"
}

@@ -32,4 +32,3 @@ import { MF } from 'mf-parser';

brokenMolecule.setAtomCustomLabel(bond.atom2, '*');
atoms.push(bond.atom1);
atoms.push(bond.atom2);
atoms.push(bond.atom1, bond.atom2);
rLinks[bond.atom1] = bond.atom2;

@@ -36,0 +35,0 @@ rLinks[bond.atom2] = bond.atom1;

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