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.3.0 to 2.4.0

6

lib/parsers.js

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

},
'.html': function () {
return require('./parsers/twigParser');
},
'.htm': function () {
return require('./parsers/twigParser');
},
};

@@ -93,0 +99,0 @@

12

package.json
{
"name": "leasot",
"description": "Parse and output TODOs and FIXMEs from comments in your files",
"version": "2.3.0",
"version": "2.4.0",
"author": "Gilad Peleg <giladp007@gmail.com> (http://giladpeleg.com)",
"bin": "./bin/leasot.js",
"dependencies": {
"chalk": "^1.0.0",
"chalk": "^1.1.0",
"commander": "^2.8.1",
"get-line-from-pos": "^1.0.0",
"get-stdin": "^4.0.1",
"glob": "^5.0.9",
"json2xml": "^0.1.1",
"glob": "^5.0.14",
"json2xml": "^0.1.2",
"lodash.compact": "^3.0.0",
"lodash.defaults": "^3.1.1",
"lodash.defaults": "^3.1.2",
"log-symbols": "^1.0.2",

@@ -22,3 +22,3 @@ "map-async": "^0.1.1",

"mocha": "^2.2.4",
"should": "^6.0.1"
"should": "^7.0.4"
},

@@ -25,0 +25,0 @@ "engines": {

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

| Haskell | `.hs` | Supports `--` |
| HTML | `.html` `.htm` | Supports `<!-- -->` |
| Jade | `.jade` | Supports `//` and `//-` comments. |

@@ -41,0 +42,0 @@ | Javascript | `.js` | Supports `// and /* */` comments |

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