Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.13.2 to 0.13.3

6

dist/index.js

@@ -120,3 +120,7 @@ #!/usr/bin/env node

}
fileName = deleteTgz = path.resolve(fileOrDirectory, execSync("npm pack", { cwd: fileOrDirectory, encoding: "utf8", stdio: "pipe" }).trim());
const manifest = JSON.parse(await readFile(path.join(fileOrDirectory, "package.json"), { encoding: "utf8" }));
fileName = deleteTgz = path.join(fileOrDirectory,
// https://github.com/npm/cli/blob/f875caa86900122819311dd77cde01c700fd1817/lib/utils/tar.js#L123-L125
`${manifest.name.replace("@", "").replace("/", "-")}-${manifest.version}.tgz`);
execSync("npm pack", { cwd: fileOrDirectory, encoding: "utf8", stdio: "ignore" });
}

@@ -123,0 +127,0 @@ const file = await readFile(fileName);

4

dist/render/index.js

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

export * from './typed.js';
export * from './untyped.js';
export * from "./typed.js";
export * from "./untyped.js";
//# sourceMappingURL=index.js.map
{
"name": "@arethetypeswrong/cli",
"version": "0.13.2",
"version": "0.13.3",
"description": "A CLI tool for arethetypeswrong.github.io",

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

"dependencies": {
"@arethetypeswrong/core": "0.13.2",
"@arethetypeswrong/core": "0.13.3",
"chalk": "^4.1.2",

@@ -45,0 +45,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