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.0.0 to 13.1.0

1

dist/cli/cli-reporter.d.ts

@@ -1,4 +0,3 @@

#!/usr/bin/env node
import { Command } from 'commander';
declare const run: (program: Command) => void;
export default run;

@@ -1,2 +0,1 @@

#!/usr/bin/env node
import getStdin from 'get-stdin';

@@ -3,0 +2,0 @@ import { globbySync } from 'globby';

@@ -1,2 +0,1 @@

#!/usr/bin/env node
import { Command } from 'commander';

@@ -3,0 +2,0 @@ /**

@@ -1,2 +0,1 @@

#!/usr/bin/env node
import getStdin from 'get-stdin';

@@ -3,0 +2,0 @@ import { globbySync } from 'globby';

1

dist/cli/leasot-reporter.d.ts

@@ -0,1 +1,2 @@

#!/usr/bin/env node
export {};

@@ -0,1 +1,2 @@

#!/usr/bin/env node
import { program } from 'commander';

@@ -2,0 +3,0 @@ import fs from 'fs';

@@ -0,1 +1,2 @@

#!/usr/bin/env node
export {};

@@ -0,1 +1,2 @@

#!/usr/bin/env node
import { program } from 'commander';

@@ -2,0 +3,0 @@ import cli from './cli.js';

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

@@ -64,4 +64,8 @@ "type": "module",

"license": "MIT",
"exports": "./dist/index.js",
"typings": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"repository": "pgilad/leasot",

@@ -68,0 +72,0 @@ "scripts": {

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