Socket
Socket
Sign inDemoInstall

@arethetypeswrong/cli

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arethetypeswrong/cli - npm Package Compare versions

Comparing version 0.15.1 to 0.15.2

2

dist/readConfig.js

@@ -16,3 +16,3 @@ import { Command } from "commander";

if (!Array.isArray(value))
program.error(`error: config option 'ignore' should be an array.`);
program.error(`error: config option 'ignoreRules' should be an array.`);
const invalid = value.find((rule) => !Object.values(problemFlags).includes(rule));

@@ -19,0 +19,0 @@ if (invalid)

{
"name": "@arethetypeswrong/cli",
"version": "0.15.1",
"version": "0.15.2",
"description": "A CLI tool for arethetypeswrong.github.io",

@@ -5,0 +5,0 @@ "author": "Andrew Branch & ej-shafran",

Sorry, the diff of this file is not supported yet

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