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.0.2 to 2.0.3

5

lib/parsers.js

@@ -54,3 +54,6 @@ 'use strict';

return require('./parsers/defaultParser');
}
},
'.go': function() {
return require('./parsers/defaultParser');
},
};

@@ -57,0 +60,0 @@

2

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

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

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

| C++/C | `.cpp` `.c` `.h` | using regex. Supports `// and /* */` comments. |
| Go | `.go` | using regex. Supports `// and /* */` comments. |

@@ -43,0 +44,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