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

@l2-technology/sensei-client

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@l2-technology/sensei-client - npm Package Compare versions

Comparing version 0.1.24 to 0.1.25

2

package.json
{
"name": "@l2-technology/sensei-client",
"version": "0.1.24",
"version": "0.1.25",
"description": "A javascript client for the Sensei HTTP API",

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

@@ -41,3 +41,2 @@ export interface SenseiClientConfig {

id: string;
pubkey: string;
macaroon: string;

@@ -112,3 +111,2 @@ listenAddress: string;

listenPort: number;
pubkey: string;
createdAt: number;

@@ -115,0 +113,0 @@ updatedAt: number;

@@ -184,3 +184,2 @@ class SenseiClient {

id: response.id,
pubkey: response.pubkey,
macaroon: response.macaroon,

@@ -228,3 +227,2 @@ listenAddress: response.listen_address,

listenPort: node.listen_port,
pubkey: node.pubkey,
createdAt: node.created_at,

@@ -231,0 +229,0 @@ updatedAt: node.updated_at,

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