New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pubkeeper/client

Package Overview
Dependencies
Maintainers
4
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pubkeeper/client - npm Package Compare versions

Comparing version 3.0.0-beta.1 to 3.0.0-beta.2

2

dist/index.js

@@ -1057,3 +1057,3 @@ module.exports =

get key() {
return null;
return '';
},

@@ -1060,0 +1060,0 @@ encrypt: function encrypt(ptext) {

{
"name": "@pubkeeper/client",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "Pubkeeper javascript SDK",

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

@@ -1,2 +0,2 @@

# `@pubkeeper/client`
# Pubkeeper Client

@@ -173,3 +173,2 @@ `@pubkeeper/client` enables web browsers to join, consume, and produce content on a **Pubkeeper** network.

The `PubkeeperClient` manages the connection to a pubkeeper server.

@@ -176,0 +175,0 @@

@@ -5,3 +5,3 @@ export const MODE = 'NONE';

get mode() { return MODE; },
get key() { return null; },
get key() { return ''; },
encrypt(ptext) { return new Uint8Array([...ptext]); },

@@ -8,0 +8,0 @@ decrypt(ctext) { return new Uint8Array([...ctext]); },

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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