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.12 to 0.3.13

9

create/registerPartials.js

@@ -22,3 +22,6 @@ import {

const fixedFiles = matches.filter((aa) => !aa.endsWith('index.hbs'));
const basenames = fixedFiles.map((aa) => basename(aa))
const basenames = fixedFiles.map((aa) => (
basename(aa).slice(0, -3)
));
let files;

@@ -28,3 +31,3 @@

files = await Promise.all(
basenames.map((path) => readFile(path, 'utf8')),
files.map((path) => readFile(path, 'utf8')),
);

@@ -37,3 +40,3 @@ } catch (err) {

registerPartial(basenames[index], content)
))
));

@@ -40,0 +43,0 @@ return resolve();

{
"name": "accelerator-tool-cli",
"version": "0.3.12",
"version": "0.3.13",
"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