browserbox
Advanced tools
Comparing version 0.3.7 to 0.3.8
@@ -61,7 +61,7 @@ module.exports = function(grunt) { | ||
'node-forge/js/forge.min.js', | ||
'stringencoding/dist/stringencoding.js', | ||
'utf7/src/utf7.js', | ||
'imap-handler/src/*.js', | ||
'wo-stringencoding/dist/stringencoding.js', | ||
'wo-utf7/src/utf7.js', | ||
'wo-imap-handler/src/*.js', | ||
'mimefuncs/src/mimefuncs.js', | ||
'axe/axe.js' | ||
'axe-logger/axe.js' | ||
], | ||
@@ -68,0 +68,0 @@ dest: 'test/lib/' |
{ | ||
"name": "browserbox", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"homepage": "https://github.com/whiteout-io/browserbox", | ||
@@ -21,7 +21,7 @@ "description": "IMAP client for browsers.", | ||
"dependencies": { | ||
"utf7": "https://github.com/whiteout-io/utf7/tarball/v2.0.0", | ||
"imap-handler": "https://github.com/whiteout-io/imap-handler/tarball/v0.1.10", | ||
"mimefuncs": "https://github.com/whiteout-io/mimefuncs/tarball/v0.3.2", | ||
"axe": "https://github.com/whiteout-io/axe/tarball/v0.0.2", | ||
"tcp-socket": "https://github.com/whiteout-io/tcp-socket/tarball/dev/WO-421" | ||
"wo-utf7": "~2.0.2", | ||
"wo-imap-handler": "~0.1.11", | ||
"mimefuncs": "~0.3.4", | ||
"axe-logger": "~0.0.2", | ||
"tcp-socket": "~0.3.0" | ||
}, | ||
@@ -43,3 +43,3 @@ "devDependencies": { | ||
"node-forge": "^0.2.33", | ||
"stringencoding": "https://github.com/whiteout-io/stringencoding/tarball/v0.1.0", | ||
"wo-stringencoding": "~0.1.1", | ||
"amdefine": "^0.1.0", | ||
@@ -46,0 +46,0 @@ "grunt-mocha-test": "^0.10.2" |
@@ -25,7 +25,7 @@ // Copyright (c) 2014 Andris Reinman | ||
if (typeof define === 'function' && define.amd) { | ||
define(['tcp-socket', 'imap-handler', 'mimefuncs', 'axe'], function(TCPSocket, imapHandler, mimefuncs, axe) { | ||
define(['tcp-socket', 'wo-imap-handler', 'mimefuncs', 'axe-logger'], function(TCPSocket, imapHandler, mimefuncs, axe) { | ||
return factory(TCPSocket, imapHandler, mimefuncs, axe); | ||
}); | ||
} else if (typeof exports === 'object') { | ||
module.exports = factory(require('tcp-socket'), require('imap-handler'), require('mimefuncs'), require('axe')); | ||
module.exports = factory(require('tcp-socket'), require('wo-imap-handler'), require('mimefuncs'), require('axe-logger')); | ||
} else { | ||
@@ -32,0 +32,0 @@ root.BrowserboxImapClient = factory(navigator.TCPSocket, root.imapHandler, root.mimefuncs, root.axe); |
@@ -12,3 +12,3 @@ 'use strict'; | ||
var hoodiecrow = require('hoodiecrow'); | ||
var axe = require('axe'); | ||
var axe = require('axe-logger'); | ||
@@ -15,0 +15,0 @@ var expect = chai.expect; |
@@ -13,3 +13,3 @@ 'use strict'; | ||
var mimefuncs = require('mimefuncs'); | ||
var axe = require('axe'); | ||
var axe = require('axe-logger'); | ||
@@ -16,0 +16,0 @@ var expect = chai.expect; |
@@ -11,3 +11,3 @@ 'use strict'; | ||
var sinon = require('sinon'); | ||
var axe = require('axe'); | ||
var axe = require('axe-logger'); | ||
var BrowserBox = require('browserbox'); | ||
@@ -14,0 +14,0 @@ var mimeTorture = require('./fixtures/mime-torture-bodystructure'); |
@@ -7,3 +7,7 @@ 'use strict'; | ||
'test': '..', | ||
'forge': 'forge.min' | ||
'forge': 'forge.min', | ||
'wo-utf7': 'utf7', | ||
'wo-imap-handler': 'imap-handler', | ||
'axe-logger': 'axe', | ||
'wo-stringencoding': 'stringencoding' | ||
}, | ||
@@ -10,0 +14,0 @@ shim: { |
Sorry, the diff of this file is too big to display
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 5 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
7899
0
338853
+ Addedaxe-logger@~0.0.2
+ Addedwo-imap-handler@~0.1.11
+ Addedwo-utf7@~2.0.2
+ Addedaxe-logger@0.0.2(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
- Removedimap-handler@https://github.com/whiteout-io/imap-handler/tarball/v0.1.10
- Removedutf7@https://github.com/whiteout-io/utf7/tarball/v2.0.0
Updatedmimefuncs@~0.3.4
Updatedtcp-socket@~0.3.0