New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

browserbox

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browserbox - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

1

Gruntfile.js

@@ -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'

13

package.json
{
"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

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