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 3.2.1 to 3.2.2

2

lib/parsers.js

@@ -14,3 +14,3 @@ 'use strict';

'.ejs': { parserName: 'ejsParser' },
'.erb': { parserName: 'twigParser' },
'.erb': { parserName: 'ejsParser' },
'.hrl': { parserName: 'erlangParser' },

@@ -17,0 +17,0 @@ '.erl': { parserName: 'erlangParser' },

{
"name": "leasot",
"description": "Parse and output TODOs and FIXMEs from comments in your files",
"version": "3.2.1",
"version": "3.2.2",
"author": "Gilad Peleg <giladp007@gmail.com> (http://giladpeleg.com)",

@@ -6,0 +6,0 @@ "bin": "./bin/leasot.js",

@@ -37,3 +37,3 @@ ![leasot](media/leasot.png)

| EJS | `.ejs` | Supports `<!-- -->` and `<%# %>` | ejsParser |
| Erb | `.erb` | Supports `<!-- -->` | twigParser |
| Erb | `.erb` | Supports `<!-- -->` and `<%# %>` | ejsParser |
| Erlang | `.erl` `.hrl` | Supports `%` comments. | erlangParser |

@@ -40,0 +40,0 @@ | Go | `.go` | Supports `// and /* */` comments. | defaultParser |

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