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

aem-watch

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aem-watch - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

.npmignore

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

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