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

address-rfc2822

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

address-rfc2822 - npm Package Compare versions

Comparing version 0.0.2 to 1.0.0

.travis.yml

21

package.json
{
"name": "address-rfc2822",
"version": "0.0.2",
"version": "1.0.0",
"description": "RFC 2822 (Header) email address parser",
"main": "index.js",
"keywords": [ "email", "address", "rfc822", "rfc2822", "mail", "from" ],
"homepage": "https://github.com/haraka/node-address-rfc2822",
"keywords": [
"email",
"address",
"rfc822",
"rfc2822",
"mail",
"from"
],
"scripts": {

@@ -12,8 +20,11 @@ "test": "./run_tests"

"type": "git",
"url": "git://github.com/baudehlo/node-email-rfc2822.git"
},
"url": "https://github.com/haraka/node-address-rfc2822.git"
},
"devDependencies": {
"nodeunit" : "https://github.com/godsflaw/nodeunit/tarball/master"
"eslint": "*",
"grunt": "*",
"grunt-eslint": "*",
"nodeunit": "*"
},
"license": "MIT"
}

@@ -0,1 +1,6 @@

[![Build Status][ci-img]][ci-url]
[![Dependencies][dep-img]][dep-url]
[![Coverage Status][cov-img]][cov-url]
address-rfc2822

@@ -36,1 +41,8 @@ ==================

[ci-img]: https://travis-ci.org/haraka/node-address-rfc2822.svg?branch=master
[ci-url]: https://travis-ci.org/haraka/node-address-rfc2822
[dep-img]: https://david-dm.org/haraka/node-address-rfc2822.svg
[dep-url]: https://david-dm.org/haraka/node-address-rfc2822
[cov-img]: https://coveralls.io/repos/haraka/node-address-rfc2822/badge.png
[cov-url]: https://coveralls.io/r/haraka/node-address-rfc2822

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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