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

@fluffylabs/links-check

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluffylabs/links-check - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

1

dist/index.js

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

#!/usr/bin/env node --require ts-node/register
"use strict";

@@ -3,0 +2,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

2

dist/report.js

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

if (outdated > 0) {
console.info(`⚠️ Yet there are ${outdated} links. See above.`);
console.info(`⚠️ Yet there are ${outdated} outdated links. See above.`);
}

@@ -49,0 +49,0 @@ }

{
"name": "@fluffylabs/links-check",
"version": "0.0.4",
"version": "0.0.5",
"description": "Check list of files for graypaper reader links and make sure they are up to date.",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -18,3 +18,3 @@ # Gray Paper Reader - Links Checker

## Results:
## Results

@@ -21,0 +21,0 @@ ```

@@ -60,3 +60,3 @@ import type { Link } from "./metadata";

if (outdated > 0) {
console.info(`⚠️ Yet there are ${outdated} links. See above.`);
console.info(`⚠️ Yet there are ${outdated} outdated links. See above.`);
}

@@ -63,0 +63,0 @@ } else {

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