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

nucleotide

Package Overview
Dependencies
Maintainers
2
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nucleotide - npm Package Compare versions

Comparing version 1.2.18 to 1.2.19

8

package.json

@@ -23,11 +23,11 @@ {

},
"version": "1.2.18",
"version": "1.2.19",
"devDependencies": {
"mf-parser": "^1.4.4"
"mf-parser": "^1.4.5"
},
"dependencies": {
"chemical-groups": "^1.2.1",
"mf-utilities": "^1.3.0"
"mf-utilities": "^1.3.1"
},
"gitHead": "0cceb8fe88adb924d371419bf3738b0e2d0a438c"
"gitHead": "78f6c10cea6825c99ba7fd6a103367dec9979564"
}
# nucleotide
[![NPM version][npm-image]][npm-url]
[![npm download][download-image]][download-url]
[![NPM version][npm-image]][npm-url]
[![npm download][download-image]][download-url]

@@ -23,3 +23,3 @@ Deal with nucleotides and molecular formula.

[MIT](./LICENSE)
[MIT](./LICENSE)

@@ -26,0 +26,0 @@ [npm-image]: https://img.shields.io/npm/v/nucleotide.svg?style=flat-square

'use strict';
const MF = require('mf-parser').MF;
const sequenceToMF = require('../sequenceToMF');
const MF = require('mf-parser').MF;
describe('sequenceToMF', () => {

@@ -8,0 +8,0 @@ it('emtpy string', () => {

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