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

@allohamora/cli

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@allohamora/cli - npm Package Compare versions

Comparing version 1.21.0 to 1.21.1

2

bin/cli.js

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

const start = optional(config.typescript, () => '// @ts-check');
const imports = `${config.imports.map((item) => `${item};`).join('\n')}\n`.trim();
const imports = config.imports.map((item) => `${item};\n`).join('');
const exportStart = config.typescript ? `export default tseslint.config(` : `export default [`;

@@ -408,0 +408,0 @@ const exportEnd = config.typescript ? `);` : `];`;

{
"name": "@allohamora/cli",
"version": "1.21.0",
"version": "1.21.1",
"description": "cli to initialize projects and more",

@@ -5,0 +5,0 @@ "input": "./src/index.ts",

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