imap-client
Advanced tools
Comparing version 0.3.7 to 0.3.8
{ | ||
"name": "imap-client", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"scripts": { | ||
@@ -10,3 +10,3 @@ "pretest": "cd node_modules/node-forge/ && npm install && npm run minify && cd ../..", | ||
"dependencies": { | ||
"browserbox": "~0.3.8", | ||
"browserbox": "~0.3.9", | ||
"axe-logger": "~0.0.2" | ||
@@ -27,3 +27,3 @@ }, | ||
"hoodiecrow": "1.1.x", | ||
"tcp-socket": "^0.2.1", | ||
"tcp-socket": "^0.3.1", | ||
"node-forge": "^0.2.33", | ||
@@ -30,0 +30,0 @@ "mocha": "^1.18.2", |
@@ -5,3 +5,3 @@ (function(factory) { | ||
if (typeof define === 'function' && define.amd) { | ||
define(['browserbox', 'axe-logger'], factory); | ||
define(['browserbox', 'axe'], factory); | ||
} else if (typeof exports === 'object') { | ||
@@ -8,0 +8,0 @@ module.exports = factory(require('browserbox'), require('axe-logger')); |
@@ -5,3 +5,3 @@ (function(factory) { | ||
if (typeof define === 'function' && define.amd) { | ||
define(['chai', 'imap-client', 'axe-logger'], factory); | ||
define(['chai', 'imap-client', 'axe'], factory); | ||
} else if (typeof exports === 'object') { | ||
@@ -8,0 +8,0 @@ module.exports = factory(require('chai'), require('../src/imap-client'), require('axe-logger')); |
@@ -5,3 +5,3 @@ (function(factory) { | ||
if (typeof define === 'function' && define.amd) { | ||
define(['chai', 'sinon', 'browserbox', 'axe-logger', 'imap-client'], factory); | ||
define(['chai', 'sinon', 'browserbox', 'axe', 'imap-client'], factory); | ||
} else if (typeof exports === 'object') { | ||
@@ -8,0 +8,0 @@ module.exports = factory(require('chai'), require('sinon'), require('browserbox'), require('axe-logger'), require('../src/imap-client')); |
@@ -7,7 +7,3 @@ 'use strict'; | ||
'test': '..', | ||
'forge': 'forge.min', | ||
'axe-logger': 'axe', | ||
'wo-utf7': 'utf7', | ||
'wo-stringencoding': 'stringencoding', | ||
'wo-imap-handler' : 'imap-handler' | ||
'forge': 'forge.min' | ||
}, | ||
@@ -14,0 +10,0 @@ shim: { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
99035
2218
Updatedbrowserbox@~0.3.9