Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-treble-app

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-treble-app - npm Package Compare versions

Comparing version 0.0.34 to 0.0.35

2

package.json
{
"name": "create-treble-app",
"version": "0.0.34",
"version": "0.0.35",
"main": "index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -92,4 +92,10 @@ import spawn from 'cross-spawn';

function initTreble(name, root, originalDirectory, templateName) {
const data = [name, root, originalDirectory, templateName];
function initTreble(
name,
root,
originalDirectory,
templateName,
includeRecipes
) {
const data = [name, root, originalDirectory, templateName, includeRecipes];
const nodeScript = `

@@ -123,2 +129,3 @@ const init = require('${TREBLE_SCRIPTS_PACKAGE}/scripts/init.js');

const originalDirectory = process.cwd();
const includeRecipes = argv.includes('--recipes');

@@ -147,3 +154,3 @@ if (!name) {

initTreble(name, root, originalDirectory, templateName);
initTreble(name, root, originalDirectory, templateName, includeRecipes);
}
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