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

@mini-rpc/client

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mini-rpc/client - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

README.md

0

index.d.ts
export * from './RPCClient';

@@ -0,0 +0,0 @@ "use strict";

4

package.json
{
"name": "@mini-rpc/client",
"version": "0.0.2",
"version": "0.0.3",
"description": "simple but effective RPC framework. Both server and client.",

@@ -10,3 +10,3 @@ "main": "index.js",

"build": "tsc",
"postbuild": "cpx package.json dist/",
"postbuild": "cpx package.json dist/ && cpx README.md dist/",
"test": "jest"

@@ -13,0 +13,0 @@ },

@@ -0,0 +0,0 @@ import { Socket } from "socket.io-client";

@@ -0,0 +0,0 @@ "use strict";

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