You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
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

to
2.1.4

6

lib/parsers.js

@@ -73,2 +73,8 @@ 'use strict';

},
'.pm': function () {
return require('./parsers/coffeeParser');
},
'.pl': function () {
return require('./parsers/coffeeParser');
},
};

@@ -75,0 +81,0 @@

2

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

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

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

| Less | `.less` | Using regex. Supports `// and /* */` comments. |
| Perl | `.pl`, `.pm` | Using regex. Supports `#` comments. |
| PHP | `.php` | Using regex. Supports `// and /* */` comments. |

@@ -41,0 +42,0 @@ | Python | `.py` | Using regex. Supports `"""` and `#` comments. |