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

lexorank

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lexorank - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

lib/lexoRank/index.d.ts

1

lib/index.d.ts

@@ -1,3 +0,2 @@

export * from './lexoRankBucket';
export * from './lexoRank';
export * from './numeralSystems';

@@ -6,3 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./lexoRankBucket"));
__export(require("./lexoRank"));
__export(require("./numeralSystems"));
import { ILexoNumeralSystem } from './lexoNumeralSystem';
declare class LexoNumeralSystem10 implements ILexoNumeralSystem {
export declare class LexoNumeralSystem10 implements ILexoNumeralSystem {
getBase(): number;

@@ -10,2 +10,1 @@ getPositiveChar(): string;

}
export default LexoNumeralSystem10;

@@ -26,2 +26,2 @@ "use strict";

}
exports.default = LexoNumeralSystem10;
exports.LexoNumeralSystem10 = LexoNumeralSystem10;
import { ILexoNumeralSystem } from './lexoNumeralSystem';
declare class LexoNumeralSystem36 implements ILexoNumeralSystem {
export declare class LexoNumeralSystem36 implements ILexoNumeralSystem {
private DIGITS;

@@ -11,2 +11,1 @@ getBase(): number;

}
export default LexoNumeralSystem36;

@@ -32,2 +32,2 @@ "use strict";

}
exports.default = LexoNumeralSystem36;
exports.LexoNumeralSystem36 = LexoNumeralSystem36;
import { ILexoNumeralSystem } from './lexoNumeralSystem';
declare class LexoNumeralSystem64 implements ILexoNumeralSystem {
export declare class LexoNumeralSystem64 implements ILexoNumeralSystem {
DIGITS: string[];

@@ -11,2 +11,1 @@ getBase(): number;

}
export default LexoNumeralSystem64;

@@ -41,2 +41,2 @@ "use strict";

}
exports.default = LexoNumeralSystem64;
exports.LexoNumeralSystem64 = LexoNumeralSystem64;
{
"name": "lexorank",
"version": "1.0.1",
"version": "1.0.2",
"description": "A reference implementation of a list ordering system like JIRA's Lexorank algorithm",

@@ -5,0 +5,0 @@ "author": "kvandake",

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