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

frontend-project-generator

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frontend-project-generator - npm Package Compare versions

Comparing version 0.2.0-alpha-8 to 0.2.0-alpha-9

6

lib/scripts/addPluginConfig/addPluginConfig.js
import fs from 'fs';
import path from 'path';
const addPluginConfig = (generatorRootDir, newProjectDir, configDir) => fs.cp(path.resolve(path.join(generatorRootDir, configDir)), newProjectDir, { recursive: true }, (err) => {
// eslint-disable-next-line no-console
console.log(err);
if (err) {
// eslint-disable-next-line no-console
console.log(err);
}
});
export default addPluginConfig;
{
"name": "frontend-project-generator",
"version": "0.2.0-alpha-8",
"version": "0.2.0-alpha-9",
"description": "Intent frontend project generator",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -14,4 +14,6 @@ import fs from 'fs';

(err) => {
// eslint-disable-next-line no-console
console.log(err);
if (err) {
// eslint-disable-next-line no-console
console.log(err);
}
}

@@ -18,0 +20,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