New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sprocketbot/listodo

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sprocketbot/listodo - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

3

bin/index.js

@@ -6,4 +6,5 @@ #!/usr/bin/env node

console.log(process.argv);
const root = (0, lib_1.getGitRoot)();
(0, lib_1.listodo)({
files: ["test"],
files: [root],
searchUntracked: true,

@@ -10,0 +11,0 @@ searchIgnored: true,

@@ -6,5 +6,9 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.listodo = exports.todoToStr = exports.getTodos = exports.parseBlame = exports.parseGrep = void 0;
exports.listodo = exports.todoToStr = exports.getTodos = exports.parseBlame = exports.parseGrep = exports.getGitRoot = void 0;
const child_process_1 = require("child_process");
const chalk_1 = __importDefault(require("chalk"));
const getGitRoot = () => {
return (0, child_process_1.execSync)("git rev-parse --show-toplevel").toString();
};
exports.getGitRoot = getGitRoot;
const getGrepOptions = (options) => {

@@ -11,0 +15,0 @@ let opts = " --full-name";

{
"name": "@sprocketbot/listodo",
"version": "0.0.12",
"version": "0.0.13",
"description": "",

@@ -5,0 +5,0 @@ "bin": "bin/index.js",

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