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.8.0 to 0.9.0

19

dist/render/typed.js

@@ -20,2 +20,16 @@ import * as core from "@arethetypeswrong/core";

});
console.log(`${analysis.packageName} v${analysis.packageVersion}`);
if (analysis.types.kind === "@types") {
console.log(`${analysis.types.packageName} v${analysis.types.packageVersion}`);
}
console.log();
if (Object.keys(analysis.buildTools).length) {
console.log("Build tools:");
console.log(Object.entries(analysis.buildTools)
.map(([tool, version]) => {
return `- ${tool}@${version}`;
})
.join("\n"));
console.log();
}
if (opts.ignoreRules && opts.ignoreRules.length) {

@@ -26,7 +40,2 @@ console.log(chalk.gray(` (ignoring rules: ${opts.ignoreRules

}
console.log(`${analysis.packageName} v${analysis.packageVersion}`);
if (analysis.types.kind === "@types") {
console.log(`${analysis.types.packageName} v${analysis.types.packageVersion}`);
}
console.log();
if (opts.summary) {

@@ -33,0 +42,0 @@ const defaultSummary = marked(!opts.emoji ? " No problems found" : " No problems found 🌟");

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

@@ -48,3 +48,3 @@ "author": "Andrew Branch & ej-shafran",

"dependencies": {
"@arethetypeswrong/core": "0.8.0",
"@arethetypeswrong/core": "0.9.0",
"chalk": "^4.1.2",

@@ -51,0 +51,0 @@ "cli-table3": "^0.6.3",

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