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 7.0.0 to 7.1.0

2

dist/lib/parsers.js

@@ -41,2 +41,4 @@ "use strict";

'.m': { parserName: 'defaultParser' },
'.markdown': { parserName: 'twigParser' },
'.md': { parserName: 'twigParser' },
'.mm': { parserName: 'defaultParser' },

@@ -43,0 +45,0 @@ '.mustache': { parserName: 'hbsParser' },

2

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

@@ -6,0 +6,0 @@ "bin": {

@@ -65,2 +65,3 @@ <h1 align="center">

| Less | `.less` | Supports `// and /* */` comments. | defaultParser |
| Markdown | `.markdown`, `.md` | Supports `<!-- -->` | twigParser |
| Mustache | `.mustache` | Supports `{{! }}` and `{{!-- --}}` | hbsParser |

@@ -157,3 +158,3 @@ | Nunjucks | `.njk` | Supports `{# #}` and `<!-- -->` | twigParser |

"devDependencies": {
"leasot": "^7.0.0-rc.5"
"leasot": "^7.0.0"
}

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