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 12.0.0 to 12.1.0

3

dist/lib/parsers.js

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

'.es6': { parserName: 'defaultParser' },
'.ex': { parserName: 'coffeeParser' },
'.exs': { parserName: 'coffeeParser' },
'.fs': { parserName: 'fsharpParser' },
'.gd': { parserName: 'coffeeParser' },
'.go': { parserName: 'defaultParser' },

@@ -30,0 +33,0 @@ '.h': { parserName: 'defaultParser' },

4

dist/lib/reporters/markdown.js

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

}
return [`| [${file}](${file}#L${line}) | ${line} | ${text}`];
return [`| [${file}](${file}#L${line}) | ${line} | ${text} |`];
},
transformHeader(tag) {
return [`### ${tag}s`, `| Filename | line # | ${tag}`, '|:------|:------:|:------'];
return [`### ${tag}s`, `| Filename | line # | ${tag} |`, '|:------|:------:|:------|'];
},

@@ -16,0 +16,0 @@ };

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

@@ -26,10 +26,10 @@ "bin": {

"@types/lodash": "^4.14.168",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.37",
"@types/mocha": "^9.1.0",
"@types/node": "^15.0.1",
"@types/text-table": "^0.2.1",
"gh-pages": "^3.1.0",
"husky": "^6.0.0",
"husky": "^7.0.4",
"jsdoc-to-markdown": "^7.0.1",
"lint-staged": "^10.5.4",
"mocha": "^8.3.2",
"lint-staged": "^12.3.5",
"mocha": "^9.0.0",
"prettier": "^2.2.1",

@@ -39,3 +39,3 @@ "rimraf": "^3.0.2",

"ts-node": "^9.1.1",
"typedoc": "^0.20.34",
"typedoc": "^0.21.0",
"typescript": "^4.2.3"

@@ -42,0 +42,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