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

@signalapp/mock-server

Package Overview
Dependencies
Maintainers
5
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@signalapp/mock-server - npm Package Compare versions

Comparing version 2.12.0 to 2.12.1

2

package.json
{
"name": "@signalapp/mock-server",
"version": "2.12.0",
"version": "2.12.1",
"description": "Mock Signal Server for writing tests",

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

@@ -27,5 +27,3 @@ "use strict";

get id() {
const { publicKey } = this.state;
assert_1.default.ok(publicKey, 'Group must have public key');
return Buffer.from(publicKey).toString('base64');
return Buffer.from(this.publicParams.getGroupIdentifier().serialize()).toString('base64');
}

@@ -32,0 +30,0 @@ get revision() {

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