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

jrus

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jrus - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

dist/server.js

@@ -402,3 +402,3 @@ 'use strict';

obj = {};
mountEntries = Object.entries(this.mount);
mountEntries = Object.entries(this.mounts);
i = 0;

@@ -405,0 +405,0 @@

{
"name": "jrus",
"version": "1.1.1",
"version": "1.1.2",
"description": "Jrus is a server-client communication utility package, which facilitates **seamless** remote procedure call.",

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

@@ -10,6 +10,4 @@ # Jrus

Client: `npm i jrus-client`
`npm i jrus`
Server: `npm i jrus-server`
## Quick Start

@@ -20,3 +18,3 @@

```javascript
import { JrusServer, JrusError } from 'jrus-server';
import { JrusServer, JrusError } from 'jrus';

@@ -48,3 +46,3 @@ // create a new server instance

```javascript
import { JrusClient } from 'jrus-client';
import { JrusClient } from 'jrus';

@@ -51,0 +49,0 @@ // create a client and connect http://localhost:3000

Sorry, the diff of this file is not supported yet

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