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

accelerator-tool-cli

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

accelerator-tool-cli - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

4

new/generateAssetCodeFile.js

@@ -20,3 +20,3 @@ import chalk from 'chalk';

{
const codeTemplatePath = path.join(templatesDir, `${type}${codeExtension}`);
const codeTemplatePath = path.join(templatesDir, `${type}.${codeExtension}`);

@@ -35,3 +35,3 @@ log(`Reading code template from "${chalk.bold(codeTemplatePath)}".`);

const newCodePath = path.join(newAssetDir, `${name}${codeExtension}`);
const newCodePath = path.join(newAssetDir, `${name}.${codeExtension}`);

@@ -38,0 +38,0 @@ log(`Writing code template to "${chalk.bold(newCodePath)}".`);

@@ -22,3 +22,3 @@ import chalk from 'chalk';

templatesDir,
`${type}.test${codeExtension}`,
`${type}.test.${codeExtension}`,
);

@@ -38,3 +38,3 @@

const newTestPath = path.join(newAssetDir, `${name}.test${codeExtension}`);
const newTestPath = path.join(newAssetDir, `${name}.test.${codeExtension}`);

@@ -41,0 +41,0 @@ log(`Writing test template to "${chalk.bold(newTestPath)}".`);

@@ -43,3 +43,3 @@ import chalk from 'chalk';

const codeExtension = forceJavaScript ? '.jsx' : '.tsx';
const codeExtension = forceJavaScript ? 'jsx' : 'tsx';

@@ -46,0 +46,0 @@ const promises = [

{
"name": "accelerator-tool-cli",
"version": "0.2.3",
"version": "0.2.4",
"description": "All the code for the Accelerator devtool.",

@@ -5,0 +5,0 @@ "author": "furkle",

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