Huge News!Announcing our $40M Series B led by Abstract Ventures.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.9 to 0.0.10

6

bin/index.js

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

const lib_1 = require("./lib");
const fail = (0, lib_1.listodo)({
files: ["test"],
(0, lib_1.listodo)({
files: ["."],
searchUntracked: true,

@@ -14,3 +14,1 @@ searchIgnored: true,

});
if (fail)
process.exitCode = 1;

@@ -90,4 +90,3 @@ "use strict";

todos.map(exports.todoToStr).forEach(t => console.log(t + "\n"));
return Boolean(todos.length);
};
exports.listodo = listodo;
{
"name": "@sprocketbot/listodo",
"version": "0.0.9",
"version": "0.0.10",
"description": "",

@@ -11,3 +11,4 @@ "bin": "bin/index.js",

"listodo": "listodo",
"prepare": "husky install"
"prepare": "husky install",
"deploy": "npm run build && npm publish --access public"
},

@@ -14,0 +15,0 @@ "repository": {

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