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.11 to 0.3.12

7

create/registerPartials.js

@@ -21,7 +21,6 @@ import {

const basenames = matches
.map((aa) => basename(aa))
.filter((aa) => aa !== 'index.hbs');
const fixedFiles = matches.filter((aa) => !aa.endsWith('index.hbs'));
const basenames = fixedFiles.map((aa) => basename(aa))
let files;
let files;
try {

@@ -28,0 +27,0 @@ files = await Promise.all(

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