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 13.1.0 to 13.2.0

2

dist/lib/parsers.js

@@ -32,2 +32,3 @@ import _ from 'lodash';

'.hbs': { parserName: 'hbsParser' },
'.hcl': { parserName: ['defaultParser', 'coffeeParser'] },
'.hgn': { parserName: 'hbsParser' },

@@ -74,2 +75,3 @@ '.hogan': { parserName: 'hbsParser' },

'.tex': { parserName: 'latexParser' },
'.tf': { parserName: ['defaultParser', 'coffeeParser'] },
'.ts': { parserName: 'defaultParser' },

@@ -76,0 +78,0 @@ '.tsx': { parserName: 'defaultParser' },

2

dist/lib/utils/comments.js
import eol from 'eol';
import { getLineFromPos } from './index.js';
const DEFAULT_TAGS = ["todo" /* todo */, "fixme" /* fixme */];
const DEFAULT_TAGS = ["todo" /* DefaultTags.todo */, "fixme" /* DefaultTags.fixme */];
export const getRegex = (customTags = []) => {

@@ -5,0 +5,0 @@ const tags = DEFAULT_TAGS.concat(customTags);

{
"name": "leasot",
"description": "Parse and output TODOs and FIXMEs from comments in your files",
"version": "13.1.0",
"version": "13.2.0",
"author": "Gilad Peleg <gilad@giladpeleg.com> (https://www.giladpeleg.com)",

@@ -44,3 +44,3 @@ "type": "module",

"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": ">=14.13.1"
},

@@ -47,0 +47,0 @@ "files": [

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