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 4.8.0 to 4.9.0

1

lib/parsers.js

@@ -56,2 +56,3 @@ 'use strict';

'.vue': { parserName: 'twigParser', includedFiles: ['.html', '.js', '.css'] },
'.yaml': { parserName: 'coffeeParser', includedFiles: ['.yml'] },
'.zsh': { parserName: 'coffeeParser' },

@@ -58,0 +59,0 @@ };

2

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

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

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

| Vue | `.vue` | Supports `//` `/* */` `<!-- -->` comments. | twigParser |
| Yaml | `.yaml` `.yml` | Supports `#` comments. | coffeeParser |

@@ -72,0 +73,0 @@ Javascript is the default parser.

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