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 2.2.0 to 2.2.1

lib/parsers/erlangParser.js

3

lib/parsers.js

@@ -79,2 +79,5 @@ 'use strict';

},
'.erl': function () {
return require('./parsers/erlangParser');
},
};

@@ -81,0 +84,0 @@

2

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

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

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

| Coffeescript | `.coffee` | Using regex. Supports `#` comments. |
| Erlang | `.erl` | Using regex. Supports `%` comments. |
| Go | `.go` | Using regex. Supports `// and /* */` comments. |

@@ -36,0 +37,0 @@ | Handlebars | `.hbs` | Using regex. Supports `{{! }}` and `{{!-- --}}` |

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