New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

leasot

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leasot - npm Package Compare versions

Comparing version 8.3.0 to 9.0.0

2

dist/lib/reporters/markdown.js

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

}
return [`| ${file} | ${line} | ${text}`];
return [`| [${file}](${file}#L${line}) | ${line} | ${text}`];
},

@@ -12,0 +12,0 @@ transformHeader(tag) {

{
"name": "leasot",
"description": "Parse and output TODOs and FIXMEs from comments in your files",
"version": "8.3.0",
"version": "9.0.0",
"author": "Gilad Peleg <gilad@giladpeleg.com> (https://www.giladpeleg.com)",

@@ -13,3 +13,3 @@ "bin": {

"chalk": "^2.4.2",
"commander": "^3.0.2",
"commander": "^4.0.0",
"eol": "^0.9.1",

@@ -16,0 +16,0 @@ "get-stdin": "^7.0.0",

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