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

pubsub-js

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pubsub-js - npm Package Compare versions

Comparing version 1.3.10 to 1.4.0

2

bower.json
{
"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;

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