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

aem-clientlib-generator

Package Overview
Dependencies
Maintainers
5
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aem-clientlib-generator - npm Package Compare versions

Comparing version

to
1.4.4

2

lib/clientlib.js

@@ -410,3 +410,3 @@ /*

if (fs.lstatSync(fileItem.src).isDirectory()) {
fs.mkdir(fileItem.dest, copyDone);
fs.mkdir(fileItem.dest, { recursive: true }, copyDone);
} else {

@@ -413,0 +413,0 @@ fse.copy(fileItem.src, fileItem.dest, copyDone);

{
"name": "aem-clientlib-generator",
"version": "1.4.3",
"version": "1.4.4",
"description": "Creates configuration files for AEM ClientLibs and synchronizes assets.",

@@ -46,11 +46,11 @@ "author": {

"dependencies": {
"async": "3.0.0",
"fs-extra": "8.0.1",
"async": "3.1.0",
"fs-extra": "8.1.0",
"glob": "7.1.4",
"lodash": "4.17.11",
"yargs": "13.2.4"
"lodash": "4.17.15",
"yargs": "13.3.0"
},
"devDependencies": {
"klaw": "3.0.0",
"mocha": "6.1.4"
"mocha": "6.2.0"
},

@@ -57,0 +57,0 @@ "license": "Apache-2.0",