Comparing version 0.3.3 to 0.3.4
11
index.js
@@ -423,4 +423,5 @@ #!/usr/bin/env node | ||
console.log(`Not safe, process(${processInfo.filePath}) that...`); | ||
console.log(`shared same parent folder(${sharedFolderFilePath}) is found, waiting for safe signal...`); | ||
console.log(`Not safe, process "(${processInfo.filePath})"`, | ||
`shares same parent folder(${sharedFolderFilePath}) is found,`, | ||
'waiting for safe signal...'); | ||
@@ -501,3 +502,3 @@ return promise | ||
.then(function(){ | ||
Promise.reject(err); | ||
return Promise.reject(err); | ||
}); | ||
@@ -582,5 +583,5 @@ }); | ||
.then(function(){ | ||
console.log(`${filePath} is uploaded`); | ||
console.log(`File: ${filePath} is uploaded`); | ||
}, function(err){ | ||
console.log(`${filePath} uploading is failed with error: ${err}`); | ||
console.log(`File: ${filePath} uploading is failed with error: ${err}`); | ||
}); | ||
@@ -587,0 +588,0 @@ |
{ | ||
"name": "aem-watch", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"preversion": "node preversion.js", | ||
"version": "node version.js && git commit -am 'bump version in package.json'", | ||
"version": "node version.js", | ||
"postversion": "git push && git push --tags" | ||
@@ -21,3 +21,3 @@ }, | ||
"dependencies": { | ||
"aem-api": "^0.2.3", | ||
"aem-api": "git+https://github.com/normanzb/node-aem-api.git#v0.2.9", | ||
"compromise": "^11.2.1", | ||
@@ -24,0 +24,0 @@ "minimist": "^1.2.0", |
@@ -20,3 +20,3 @@ # aem-watch | ||
`npm install "git+https://github.com/normanzb/aem-watch.git#v0.3.3" -g` | ||
`npm install "git+https://github.com/normanzb/aem-watch.git#v0.3.4" -g` | ||
@@ -41,3 +41,3 @@ ## Usage | ||
0.3.3 | ||
0.3.4 | ||
@@ -44,0 +44,0 @@ ## Known issues |
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
70154
8
1969
1
1
- Removedaem-api@0.2.4(transitive)
- Removedasync@2.6.4(transitive)
- Removedcombined-stream@1.0.8(transitive)
- Removeddelayed-stream@1.0.0(transitive)
- Removedencoding@0.1.13(transitive)
- Removedes6-promise@3.3.1(transitive)
- Removedform-data@1.0.1(transitive)
- Removediconv-lite@0.6.3(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedisomorphic-fetch@2.2.1(transitive)
- Removedlodash@4.17.21(transitive)
- Removedmime-db@1.52.0(transitive)
- Removedmime-types@2.1.35(transitive)
- Removednode-fetch@1.7.3(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedwhatwg-fetch@3.6.20(transitive)
Updatedaem-api@git+https://github.com/normanzb/node-aem-api.git#v0.2.9