Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

addressparser

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

addressparser - npm Package Compare versions

Comparing version 0.3.2 to 1.0.0

lib/addressparser.js

6

CHANGELOG.md
# Changelog
## v1.0.0 2016-01-11
* Start using semver compatible versioning scheme, starting from v1.0.0
* Replaced jshint with eslint
* Dropped node 0.8 from the test targets. Should still work though
## v0.3.2 2015-01-07

@@ -4,0 +10,0 @@

12

package.json
{
"name": "addressparser",
"version": "0.3.2",
"version": "1.0.0",
"description": "Parse e-mail addresses",
"main": "src/addressparser.js",
"main": "lib/addressparser.js",
"repository": {

@@ -16,8 +16,8 @@ "type": "git",

"devDependencies": {
"chai": "^1.10.0",
"chai": "^3.4.1",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-mocha-test": "^0.12.4",
"mocha": "^2.1.0"
"grunt-eslint": "^17.3.1",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.3.4"
}
}

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