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

pusher-js-mock

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pusher-js-mock - npm Package Compare versions

Comparing version 0.3.6 to 0.3.7

4

lib/pusher-js-mock.d.ts

@@ -42,3 +42,7 @@ import { PusherChannelMock } from ".";

unbind(name: string, callback: () => void): void;
/**
* Returns a list of all channels
*/
allChannels(): any[];
}
export default PusherMock;

@@ -99,4 +99,10 @@ "use strict";

};
/**
* Returns a list of all channels
*/
PusherMock.prototype.allChannels = function () {
return Object.values(this.channels);
};
return PusherMock;
}());
exports.default = PusherMock;

2

package.json
{
"name": "pusher-js-mock",
"version": "0.3.6",
"version": "0.3.7",
"description": "Mock Pusher.js in your JavaScript tests with ease",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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