![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
This module provides access to Unimod modifications.
The modifications were retrieved from the Unimod website on May 17th, 2018. The file "unimod.obo" (format-version 1.2, date 2018:04:17) is used by this module to provide the data.
npm install peptide-modifier --save
var unimod = require('js-unimod');
var oxidation = unimod.getByName('oxidation');
/*
{
"id": "35",
"name": "Oxidation",
"mono_mass": 15.994915,
"avge_mass": 15.9994,
"composition": "O"
}
*/
var biotin = unimod.getById(3);
/*
{
"id": "3",
"name": "Biotin",
"mono_mass": 226.077598,
"avge_mass": 226.2954,
"composition": "H(14) C(10) N(2) O(2) S"
}
*/
var modifications = unimod.listMods();
/*
Returns an array of all the modification names
[ 'acetyl',
'amidated',
'biotin',
'carbamidomethyl',
'carbamyl',
'carboxymethyl',
'deamidated',
'icat-g',
'icat-g:2h(8)',
'met->hse',
'met->hsl',
'icat-d:2h(8)',
'icat-d',
'nipcam',
... ]
*/
Data are returned as JavaScript objects with the following fields:
You can run npm test
to run the tests after installing the development dependencies.
No future functionality is planned.
This software is released under the MIT license.
FAQs
A module to provide unimod modifications
The npm package js-unimod receives a total of 0 weekly downloads. As such, js-unimod popularity was classified as not popular.
We found that js-unimod demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.