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

@datagrok-libraries/bio

Package Overview
Dependencies
Maintainers
2
Versions
265
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datagrok-libraries/bio - npm Package Compare versions

Comparing version 5.45.1 to 5.45.2

7

CHANGELOG.md
# bio changelog
## 5.45.2 (2024-10-11)
### Bug fixes
* Fix moving setUnits methods to ISeqHelper
* Fix dependencies version
## 5.45.1 (2024-10-11)

@@ -4,0 +11,0 @@

4

package.json

@@ -11,3 +11,3 @@ {

"friendlyName": "Datagrok bio library",
"version": "5.45.1",
"version": "5.45.2",
"description": "Bio utilities, types supporting Macromolecule, Molecule3D data",

@@ -41,3 +41,3 @@ "dependencies": {

"datagrok-tools": "latest",
"eslint": "^9.12.0",
"eslint": "8.57.1",
"eslint-config-google": "^0.14.0",

@@ -44,0 +44,0 @@ "eslint-plugin-deprecation": "^3.0.0",

@@ -15,2 +15,3 @@ import * as DG from 'datagrok-api/dg';

export interface ISeqHandler {
get column(): DG.Column<string>;
get alphabet(): string;

@@ -17,0 +18,0 @@ get notation(): NOTATION;

@@ -18,4 +18,7 @@ import * as DG from 'datagrok-api/dg';

getSeqMonomers(seqCol: DG.Column<string>): string[];
setUnitsToFastaColumn(sh: ISeqHandler): void;
setUnitsToSeparatorColumn(sh: ISeqHandler): void;
setUnitsToHelmColumn(sh: ISeqHandler): void;
}
export declare function getSeqHelper(): Promise<ISeqHelper>;
//# sourceMappingURL=seq-helper.d.ts.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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