Socket
Socket
Sign inDemoInstall

bioutils

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bioutils - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0-alpha.0

src/manipulation/getSitesAsListOfStrings.js

2

package.json
{
"name": "bioutils",
"version": "0.0.1",
"version": "0.1.0-alpha.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "src/bioUtils.js",

@@ -17,2 +17,3 @@ // io

const translateToAminoAcids = require('./manipulation/translateToAminoAcids')
const getSitesAsListOfStrings = require('./manipulation/getSitesAsListOfStrings')

@@ -28,3 +29,4 @@ module.exports = {

'containsStopCodons': containsStopCodons,
'translateToAminoAcids': translateToAminoAcids
'translateToAminoAcids': translateToAminoAcids,
'getSitesAsListOfStrings': getSitesAsListOfStrings
}

Sorry, the diff of this file is not supported yet

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