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

mf-utilities

Package Overview
Dependencies
Maintainers
0
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mf-utilities - npm Package Compare versions

Comparing version 3.3.0 to 3.3.1

lib/src/ensureUppercaseSequence.d.ts.map

1

lib/src/ensureUppercaseSequence.d.ts

@@ -5,1 +5,2 @@ /**

export function ensureUppercaseSequence(sequence: any): string;
//# sourceMappingURL=ensureUppercaseSequence.d.ts.map

@@ -35,1 +35,2 @@ "use strict";

}
//# sourceMappingURL=ensureUppercaseSequence.js.map

@@ -16,1 +16,2 @@ export function getEutrophicationPotential(mfString: any): {

};
//# sourceMappingURL=getEutrophicationPotential.d.ts.map

@@ -37,1 +37,2 @@ "use strict";

}
//# sourceMappingURL=getEutrophicationPotential.js.map
export function getMsem(em: any, charge: any): number;
//# sourceMappingURL=getMsem.d.ts.map

@@ -16,1 +16,2 @@ "use strict";

}
//# sourceMappingURL=getMsem.js.map

@@ -14,1 +14,2 @@ /**

};
//# sourceMappingURL=getMsInfo.d.ts.map

@@ -36,1 +36,2 @@ "use strict";

}
//# sourceMappingURL=getMsInfo.js.map
export function getRangesForFragment(ranges: any): string;
//# sourceMappingURL=getRangesForFragment.d.ts.map

@@ -91,1 +91,2 @@ "use strict";

}
//# sourceMappingURL=getRangesForFragment.js.map

@@ -9,1 +9,2 @@ export * from "./ensureUppercaseSequence.js";

export * from "./preprocessRanges.js";
//# sourceMappingURL=index.d.ts.map

@@ -25,1 +25,2 @@ "use strict";

__exportStar(require("./preprocessRanges.js"), exports);
//# sourceMappingURL=index.js.map

3

lib/src/mfDiff.d.ts

@@ -1,1 +0,2 @@

export function mfDiff(mfString1: any, mfString2: any): any;
export function mfDiff(mfString1: any, mfString2: any): string;
//# sourceMappingURL=mfDiff.d.ts.map

@@ -21,1 +21,2 @@ "use strict";

}
//# sourceMappingURL=mfDiff.js.map

@@ -7,1 +7,2 @@ export function preprocessIonizations(ionizationsString?: string): (string & any[]) | {

}[];
//# sourceMappingURL=preprocessIonizations.d.ts.map

@@ -25,1 +25,2 @@ "use strict";

}
//# sourceMappingURL=preprocessIonizations.js.map

@@ -22,1 +22,2 @@ export function preprocessRanges(ranges: any): {

}[];
//# sourceMappingURL=preprocessRanges.d.ts.map

@@ -189,1 +189,2 @@ "use strict";

}
//# sourceMappingURL=preprocessRanges.js.map
{
"name": "mf-utilities",
"version": "3.3.0",
"version": "3.3.1",
"description": "Small utilities dealing with molecular formula",

@@ -23,7 +23,7 @@ "main": "lib/src/index.js",

"dependencies": {
"chemical-elements": "^2.1.2",
"chemical-groups": "^2.2.1",
"mf-parser": "^3.2.5"
"chemical-elements": "^2.2.0",
"chemical-groups": "^2.2.2",
"mf-parser": "^3.2.6"
},
"gitHead": "78eda3ed5d6830f7570d3867af21af2d5345a39e"
"gitHead": "a5a0497a4a284ffcbeaf90a39baba0170a6b1e24"
}
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