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.3 to 1.0.4

8

package.json
{
"name": "lexorank",
"version": "1.0.3",
"version": "1.0.4",
"description": "A reference implementation of a list ordering system like JIRA's Lexorank algorithm",

@@ -15,8 +15,8 @@ "author": "kvandake",

"type": "git",
"url": "https://github.com/kvandake/lexorank-js"
"url": "https://github.com/kvandake/lexorank-ts"
},
"bugs": {
"url": "https://github.com/kvandake/lexorank-js/issues"
"url": "https://github.com/kvandake/lexorank-ts/issues"
},
"homepage": "https://github.com/kvandake/lexorank-js",
"homepage": "https://github.com/kvandake/lexorank-ts",
"scripts": {

@@ -23,0 +23,0 @@ "clean": "rimraf lib",

@@ -22,3 +22,3 @@ # LexoRank on Typescript

```typescript
import LexoRank from "lexoRank";
import {LexoRank} from "lexorank";

@@ -38,3 +38,3 @@ // min

```typescript
import {LexoRank} from "lexoRank";
import {LexoRank} from "lexorank";

@@ -58,2 +58,4 @@ // any lexoRank

```typescript
import {LexoRank} from "lexorank";
// any lexorank

@@ -60,0 +62,0 @@ const any1LexoRank = LexoRank.min();

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