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

postal

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postal - npm Package Compare versions

Comparing version 0.4.0 to 0.6.0

diags/.npmignore

73

package.json
{
"author": "Jim Cowart <jim@ifandelse.com> (http://ifandelse.com)",
"name": "postal",
"description": "Pub/Sub library providing wildcard subscriptions, complex message handling, etc. Works server and client-side.",
"version": "0.4.0",
"homepage": "http://github.com/ifandelse/postal.js",
"repository": {
"type": "git",
"url": "git://github.com/ifandelse/postal.js.git"
"name" : "postal",
"description" : "Pub/Sub library providing wildcard subscriptions, complex message handling, etc. Works server and client-side.",
"version" : "0.6.0",
"homepage" : "http://github.com/ifandelse/postal.js",
"repository" : {
"type" : "git",
"url" : "git://github.com/ifandelse/postal.js.git"
},
"main": "./lib/node/postal.js",
"engines": {
"node": ">=0.4.0"
"author" : {
"name" : "Jim Cowart",
"email" : "JustFindMeOnTwitter@MyUsernameIs_ifandelse.com",
"url" : "http://freshbrewedcode.com/jimcowart"
},
"dependencies": {
"underscore": ">=1.1.7"
},
"bundleDependencies": [ "underscore" ],
"devDependencies": {},
"directories": { "lib": "./lib/node" }
"contributors": [
{
"name" : "Jim Cowart",
"email" : "WhyNotJustComment@OnMyBlog.com",
"url" : "http://freshbrewedcode.com/jimcowart"
},
{
"name" : "Alex Robson",
"email" : "WhyNotJustComment@OnMyBlog.com",
"url" : "http://freshbrewedcode.com/alexrobson"
}
],
"keywords": [
"pub/sub",
"pub",
"sub",
"messaging",
"message",
"bus",
"event"
],
"bugs" : {
"email" : "PleaseJustUseTheIssuesPage@github.com",
"url" : "http://github.com/ifandelse/postal.js/issues"
},
"directories" : { "lib" : "./" },
"main" : "./postal.js",
"engines" : {
"node" : ">=0.4.0"
},
"dependencies" : {
"underscore" : ">=1.1.7"
},
"bundleDependencies" : [ "underscore" ],
"devDependencies" : {},
"licenses" : [
{
"type" : "MIT",
"url" : "http://www.opensource.org/licenses/mit-license.php"
},
{
"type" : "GPL",
"url" : "http://www.opensource.org/licenses/gpl-3.0.html"
}
]
}

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