imap-client
Advanced tools
Comparing version 0.3.6 to 0.3.7
@@ -69,3 +69,3 @@ module.exports = function(grunt) { | ||
'chai/chai.js', | ||
'axe/axe.js', | ||
'axe-logger/axe.js', | ||
'sinon/pkg/sinon.js', | ||
@@ -76,6 +76,6 @@ 'requirejs/require.js', | ||
'browserbox/src/*.js', | ||
'browserbox/node_modules/utf7/src/*.js', | ||
'browserbox/node_modules/imap-handler/src/*.js', | ||
'browserbox/node_modules/wo-utf7/src/*.js', | ||
'browserbox/node_modules/wo-imap-handler/src/*.js', | ||
'browserbox/node_modules/mimefuncs/src/*.js', | ||
'browserbox/node_modules/mimefuncs/node_modules/stringencoding/dist/stringencoding.js' | ||
'browserbox/node_modules/mimefuncs/node_modules/wo-stringencoding/dist/stringencoding.js' | ||
], | ||
@@ -82,0 +82,0 @@ dest: 'test/lib/' |
{ | ||
"name": "imap-client", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"scripts": { | ||
@@ -10,4 +10,4 @@ "pretest": "cd node_modules/node-forge/ && npm install && npm run minify && cd ../..", | ||
"dependencies": { | ||
"browserbox": "https://github.com/whiteout-io/browserbox/tarball/v0.3.7", | ||
"axe": "https://github.com/whiteout-io/axe/tarball/v0.0.2" | ||
"browserbox": "~0.3.8", | ||
"axe-logger": "~0.0.2" | ||
}, | ||
@@ -14,0 +14,0 @@ "devDependencies": { |
@@ -5,5 +5,5 @@ (function(factory) { | ||
if (typeof define === 'function' && define.amd) { | ||
define(['browserbox', 'axe'], factory); | ||
define(['browserbox', 'axe-logger'], factory); | ||
} else if (typeof exports === 'object') { | ||
module.exports = factory(require('browserbox'), require('axe')); | ||
module.exports = factory(require('browserbox'), require('axe-logger')); | ||
} | ||
@@ -10,0 +10,0 @@ })(function(BrowserBox, axe) { |
@@ -5,5 +5,5 @@ (function(factory) { | ||
if (typeof define === 'function' && define.amd) { | ||
define(['chai', 'imap-client', 'axe'], factory); | ||
define(['chai', 'imap-client', 'axe-logger'], factory); | ||
} else if (typeof exports === 'object') { | ||
module.exports = factory(require('chai'), require('../src/imap-client'), require('axe')); | ||
module.exports = factory(require('chai'), require('../src/imap-client'), require('axe-logger')); | ||
} | ||
@@ -10,0 +10,0 @@ })(function(chai, ImapClient, axe) { |
@@ -9,3 +9,3 @@ 'use strict'; | ||
hoodiecrow = require('hoodiecrow'), | ||
axe = require('axe'), | ||
axe = require('axe-logger'), | ||
loginOptions = { | ||
@@ -12,0 +12,0 @@ port: 12345, |
@@ -5,5 +5,5 @@ (function(factory) { | ||
if (typeof define === 'function' && define.amd) { | ||
define(['chai', 'sinon', 'browserbox', 'axe', 'imap-client'], factory); | ||
define(['chai', 'sinon', 'browserbox', 'axe-logger', 'imap-client'], factory); | ||
} else if (typeof exports === 'object') { | ||
module.exports = factory(require('chai'), require('sinon'), require('browserbox'), require('axe'), require('../src/imap-client')); | ||
module.exports = factory(require('chai'), require('sinon'), require('browserbox'), require('axe-logger'), require('../src/imap-client')); | ||
} | ||
@@ -10,0 +10,0 @@ })(function(chai, sinon, browserbox, axe, ImapClient) { |
@@ -7,3 +7,7 @@ 'use strict'; | ||
'test': '..', | ||
'forge': 'forge.min' | ||
'forge': 'forge.min', | ||
'axe-logger': 'axe', | ||
'wo-utf7': 'utf7', | ||
'wo-stringencoding': 'stringencoding', | ||
'wo-imap-handler' : 'imap-handler' | ||
}, | ||
@@ -10,0 +14,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
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Found 2 instances 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
99203
2222
0
+ Addedaxe-logger@~0.0.2
+ Addedaxe-logger@0.0.2(transitive)
+ Addedbrowserbox@0.3.13(transitive)
+ Addedmimefuncs@0.3.9(transitive)
+ Addednode-forge@0.6.49(transitive)
+ Addedtcp-socket@0.3.15(transitive)
+ Addedwo-imap-handler@0.1.14(transitive)
+ Addedwo-stringencoding@0.1.1(transitive)
+ Addedwo-utf7@2.0.2(transitive)
- Removedaxe@https://github.com/whiteout-io/axe/tarball/v0.0.2
Updatedbrowserbox@~0.3.8