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

ddapac-react

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ddapac-react - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

scripts/brandMessage.js

6

ddapacReact.js
import arg from 'arg';
import path from 'path';
import fs from 'fs';
import chalk from 'chalk';
import camel from './scripts/camelMessages';
import brandMessage from './scripts/brandMessage';
import createProject from './scripts/createProject';
import installProject from './scripts/installProject';
const packageJson = require('./package.json');

@@ -53,3 +55,3 @@

if (isValid) {
createProject(options.projectName);
installProject(options.projectName);
brandMessage();

@@ -56,0 +58,0 @@ }

@@ -0,0 +0,0 @@ #!/usr/bin/env node

{
"name": "ddapac-react",
"version": "1.0.0",
"version": "1.0.1",
"description": "An npm installer for Deloitte Digital's React Boilerplate",
"files": [
"index.js",
"ddapacReact.js"
"ddapacReact.js",
"scripts"
],

@@ -21,13 +22,7 @@ "engines": {

"esm": "^3.2.25",
"extract-zip": "^1.6.7",
"fs": "^0.0.1-security",
"inquirer": "^6.5.0",
"ncp": "^2.0.0",
"os": "^0.1.1",
"path": "^0.12.7",
"request": "^2.88.0",
"rimraf": "^2.6.3",
"tmp": "^0.1.0",
"nodegit": "~0.24.3"
"tmp": "^0.1.0"
}
}
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