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

@datagrok-libraries/bio

Package Overview
Dependencies
Maintainers
3
Versions
266
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 2.8.8 to 3.0.0

2

package.json

@@ -8,3 +8,3 @@ {

"friendlyName": "Datagrok bio library",
"version": "2.8.8",
"version": "3.0.0",
"description": "",

@@ -11,0 +11,0 @@ "dependencies": {

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

bounds: DG.Rect;
constructor();
constructor(count?: number, bounds?: DG.Rect);
}

@@ -40,3 +40,5 @@ export declare class PositionInfo {

*/
constructor(name: string);
constructor(name: string, freq?: {
[m: string]: PositionMonomerInfo;
}, rowCount?: number);
}

@@ -118,2 +120,3 @@ export declare class WebLogo extends DG.JsViewer {

/** Splits Helm string to monomers, but does not replace monomer names to other notation (e.g. for RNA).
* Only for linear polymers, does not split RNA for ribose and phosphate monomers.
* @param {string} seq Source string of HELM notation

@@ -120,0 +123,0 @@ * @return {string[]}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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