Comparing version 0.4.0 to 0.6.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
0
17409
6
503
1
0