Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3.7 to 0.3.8

4

create/rewriteIndexHtml.js

@@ -11,5 +11,5 @@ import * as fs from 'fs-extra';

export async function rewriteIndexHtml(directory, config, name) {
log('Rewriting index.html.');
log('Rewriting index.hbs.');
const indexPath = path.join(directory, 'templates', 'index.html');
const indexPath = path.join(directory, 'templates', 'index.hbs');
const data = await fs.readFile(indexPath, 'utf8');

@@ -16,0 +16,0 @@

{
"name": "accelerator-tool-cli",
"version": "0.3.7",
"version": "0.3.8",
"description": "All the code for the Accelerator devtool. Generally invoked by accelerator-tool or xlr8r.",

@@ -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