Comparing version 1.3.10 to 1.4.0
{ | ||
"name": "PubSubJS", | ||
"version": "1.3.10", | ||
"version": "1.4.0", | ||
"main": "src/pubsub.js", | ||
@@ -5,0 +5,0 @@ "ignore": [ |
{ | ||
"name": "pubsub-js", | ||
"version": "1.3.10", | ||
"version": "1.4.0", | ||
"description": "Dependency free publish/subscribe library", | ||
@@ -5,0 +5,0 @@ "main": "./src/pubsub.js", |
/* | ||
Copyright (c) 2010,2011,2012 Morgan Roderick http://roderick.dk | ||
Copyright (c) 2010,2011,2012,2013 Morgan Roderick http://roderick.dk | ||
License: MIT - http://mrgnrdrck.mit-license.org | ||
@@ -16,3 +16,2 @@ | ||
*/ | ||
(function(root, factory){ | ||
@@ -36,6 +35,3 @@ 'use strict'; | ||
var PubSub = { | ||
name: 'PubSubJS', | ||
version: '1.3.9' | ||
}, | ||
var PubSub = {}, | ||
messages = {}, | ||
@@ -42,0 +38,0 @@ lastUid = -1; |
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
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
297810
26
8650