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.0 to 1.2.1

28

CHANGELOG.md

@@ -6,17 +6,27 @@ # Change Log

# [1.2.0](https://github.com/cheminfo/molecular-formula/compare/nucleotide@1.1.5...nucleotide@1.2.0) (2020-08-19)
## 1.2.1 (2021-03-12)
## 0.59.2 (2021-03-12)
**Note:** Version bump only for package nucleotide
# [1.2.0](https://github.com/cheminfo/mass-tools/compare/nucleotide@1.1.5...nucleotide@1.2.0) (2020-08-19)
### Bug Fixes
* **nucleotide:** problem with HO and H in sequence ([8e16119](https://github.com/cheminfo/molecular-formula/commit/8e161194d4f1c7e5a4aedf944a1cddccd430d4d7))
- **nucleotide:** problem with HO and H in sequence ([8e16119](https://github.com/cheminfo/mass-tools/commit/8e161194d4f1c7e5a4aedf944a1cddccd430d4d7))
### Features
* replace furanThreeTerm by group Furp ([b1efb06](https://github.com/cheminfo/molecular-formula/commit/b1efb061128833cd7d04772ed8f67102819e1f28))
* **nucleotide:** add ensureUppercaseSequence ([23b60d1](https://github.com/cheminfo/molecular-formula/commit/23b60d17a50dcc8e32b064b07d762b87f7561e51))
* **nucleotide:** sequence to MF deals with other oneLetter code ([0bfd369](https://github.com/cheminfo/molecular-formula/commit/0bfd3696527335b6696834210af710a8805c53cd))
* calculate sequence in fromPeptidic and fromNucleic ([078e60e](https://github.com/cheminfo/molecular-formula/commit/078e60e593e77a253f54e330c999213f523129b0))
* combine base loss and change nomenclature ([8dedc39](https://github.com/cheminfo/molecular-formula/commit/8dedc39b14655cc3f6e0016102eabe2b1373a7b0))
* working on non exaustive baseloss for nucleotide ([0e8d2fa](https://github.com/cheminfo/molecular-formula/commit/0e8d2fa67ee33096091b1a245d21c213f3f4456b))
- replace furanThreeTerm by group Furp ([b1efb06](https://github.com/cheminfo/mass-tools/commit/b1efb061128833cd7d04772ed8f67102819e1f28))
- **nucleotide:** add ensureUppercaseSequence ([23b60d1](https://github.com/cheminfo/mass-tools/commit/23b60d17a50dcc8e32b064b07d762b87f7561e51))
- **nucleotide:** sequence to MF deals with other oneLetter code ([0bfd369](https://github.com/cheminfo/mass-tools/commit/0bfd3696527335b6696834210af710a8805c53cd))
- calculate sequence in fromPeptidic and fromNucleic ([078e60e](https://github.com/cheminfo/mass-tools/commit/078e60e593e77a253f54e330c999213f523129b0))
- combine base loss and change nomenclature ([8dedc39](https://github.com/cheminfo/mass-tools/commit/8dedc39b14655cc3f6e0016102eabe2b1373a7b0))
- working on non exaustive baseloss for nucleotide ([0e8d2fa](https://github.com/cheminfo/mass-tools/commit/0e8d2fa67ee33096091b1a245d21c213f3f4456b))

@@ -6,3 +6,3 @@ {

"bugs": {
"url": "https://github.com/cheminfo/molecular-formula/issues"
"url": "https://github.com/cheminfo/mass-tools/issues"
},

@@ -16,3 +16,3 @@ "bundleDependencies": false,

],
"homepage": "https://github.com/cheminfo/molecular-formula/tree/master/packages/nucleotide#readme",
"homepage": "https://github.com/cheminfo/mass-tools/tree/master/packages/nucleotide#readme",
"keywords": [],

@@ -23,13 +23,12 @@ "license": "MIT",

"type": "git",
"url": "git+https://github.com/cheminfo/molecular-formula.git"
"url": "git+https://github.com/cheminfo/mass-tools.git"
},
"version": "1.2.0",
"version": "1.2.1",
"devDependencies": {
"mf-parser": "^1.1.6"
"mf-parser": "^1.1.7"
},
"dependencies": {
"chemical-groups": "^1.1.0",
"mf-utilities": "^1.2.0"
},
"gitHead": "cfb4dd864b00757572700c8751b620d500682476"
"chemical-groups": "^1.1.1",
"mf-utilities": "^1.2.1"
}
}
'use strict';
const { furanThreeTerm } = require('..');
const { MF } = require('mf-parser');
const { furanThreeTerm } = require('..');
describe('test nucleotide', () => {

@@ -7,0 +8,0 @@ it('remove base of three terminal of HDampDtmpDcmp', () => {

'use strict';
const { groups } = require('chemical-groups');
const ensureUppercaseSequence = require('./ensureUppercaseSequence');

@@ -5,0 +6,0 @@

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