New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@area17/a17-generator

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@area17/a17-generator - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "@area17/a17-generator",
"version": "1.0.1",
"version": "1.0.2",
"description": "A17 Generator is used to quickly install A17 FE libraries",

@@ -5,0 +5,0 @@ "author": "A17 <dev@area17.com> (https://area17.com/)",

@@ -137,5 +137,5 @@ import child_process from 'child_process';

const selectedStyling = libs.styling[opts.styling];
if (selectedStyling.files && selectedStyling.files.glength) {
if (selectedStyling.files && selectedStyling.files.length) {
console.log(chalk.yellow(`Copy ${ selectedStyling.name } set up files`));
const targetPath = opts.installing.folderStructure ? `${ folderStructurePrefix }frontend` : null;
const targetPath = opts.installing.folderStructure ? `${ folderStructurePrefix }frontend` : './';
selectedStyling.files.forEach(file => {

@@ -142,0 +142,0 @@ copyFile(file, targetPath);

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