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

node-ews

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-ews - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

4

lib/ews.js

@@ -144,3 +144,3 @@ "use strict";

function ifFileExists(filePath) {
if(!filePath) when.reject(new Error('File not specified'));
if(!filePath) return when.reject(new Error('File not specified'));

@@ -158,3 +158,3 @@ else return when.promise((resolve, reject) => {

function ifDirExists(dirPath) {
if(!dirPath) when.reject(new Error('Directory not specified'));
if(!dirPath) return when.reject(new Error('Directory not specified'));

@@ -161,0 +161,0 @@ else return when.promise((resolve, reject) => {

{
"name": "node-ews",
"version": "3.0.2",
"version": "3.0.3",
"description": "A simple JSON wrapper for the Exchange Web Services (EWS) SOAP API",

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

@@ -7,8 +7,5 @@ # node-ews

```
#### Updates in patch 3.0.2 (new)
#### Updates in patch 3.0.3 (new)
- Merged PR for issues #36 to fix typo in 3.0.2
- Merged PR for issues #34 to fix typo in 3.0.1
#### Updates in patch 3.0.1
- Applied temporary fix for Issue #17 by pointing node-soap reference in package.json to modified fork.

@@ -15,0 +12,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