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.8 to 0.3.9

create/registerPartials.js

10

create/modifyCoreForRedistribution.js

@@ -5,2 +5,5 @@ import {

import {
registerPartials,
} from './registerPartials';
import {
renameCodeWorkspace,

@@ -12,4 +15,4 @@ } from './renameCodeWorkspace';

import {
rewriteIndexHtml,
} from './rewriteIndexHtml';
rewriteIndexHbs,
} from './rewriteIndexHbs';
import {

@@ -25,2 +28,3 @@ rewritePackageJson,

await registerPartials(directory);
const config = await rewriteConfig(directory, name, coreVersion);

@@ -30,3 +34,3 @@

renameCodeWorkspace(directory, name),
rewriteIndexHtml(directory, config, name),
rewriteIndexHbs(directory, config, name),
rewritePackageJson(directory, name),

@@ -33,0 +37,0 @@ rewriteTslint(directory),

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