Socket
Socket
Sign inDemoInstall

@dojo/cli-create-app

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dojo/cli-create-app - npm Package Compare versions

Comparing version 2.0.0-beta2.4 to 2.0.0-beta2.5

templates/template-.gitignore

4

config.js

@@ -30,3 +30,3 @@ (function (factory) {

'tsconfig.json',
'.gitignore.template',
'template-.gitignore',
'README.md',

@@ -50,3 +50,3 @@ 'src/index.html',

const path = path_1.parse(filePath);
path.base = path.base.replace('.template', '');
path.base = path.base.replace('template-', '');
return path_1.normalize(path_1.format(path));

@@ -53,0 +53,0 @@ }

{
"name": "@dojo/cli-create-app",
"version": "2.0.0-beta2.4",
"version": "2.0.0-beta2.5",
"description": "Command to scaffold a new command",

@@ -5,0 +5,0 @@ "homepage": "https://dojo.io",

Sorry, the diff of this file is not supported yet

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