browserbox
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -65,2 +65,3 @@ module.exports = function(grunt) { | ||
'mimefuncs/src/mimefuncs.js', | ||
'wo-addressparser/src/addressparser.js', | ||
'axe-logger/axe.js', | ||
@@ -67,0 +68,0 @@ 'es6-promise/dist/es6-promise.js' |
{ | ||
"name": "browserbox", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"homepage": "https://github.com/whiteout-io/browserbox", | ||
@@ -21,7 +21,8 @@ "description": "IMAP client for browsers.", | ||
"dependencies": { | ||
"wo-utf7": "~2.0.2", | ||
"axe-logger": "~0.0.2", | ||
"mimefuncs": "~0.3.4", | ||
"tcp-socket": "~0.5.0", | ||
"wo-addressparser": "^0.1.3", | ||
"wo-imap-handler": "~0.1.14", | ||
"mimefuncs": "~0.3.4", | ||
"axe-logger": "~0.0.2", | ||
"tcp-socket": "~0.5.0" | ||
"wo-utf7": "~2.0.2" | ||
}, | ||
@@ -47,2 +48,2 @@ "devDependencies": { | ||
} | ||
} | ||
} |
@@ -74,2 +74,20 @@ 'use strict'; | ||
} | ||
], | ||
[{ | ||
value: '' | ||
}, | ||
null, { | ||
value: '"evil@attacker.com"' | ||
}, { | ||
value: 'victim.com' | ||
} | ||
], | ||
[{ | ||
value: 'Last, First' | ||
}, | ||
null, { | ||
value: 'first.last' | ||
}, { | ||
value: 'example.com' | ||
} | ||
] | ||
@@ -165,2 +183,8 @@ ], | ||
address: 'reply.to.2@host' | ||
}, { | ||
name: '@victim.com', | ||
address: 'evil@attacker.com' | ||
}, { | ||
name: 'Last, First', | ||
address: 'first.last@example.com' | ||
}], | ||
@@ -167,0 +191,0 @@ to: [{ |
Sorry, the diff of this file is too big to display
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
617993
15149
0
6
+ Addedwo-addressparser@^0.1.3
+ Addedwo-addressparser@0.1.3(transitive)