@mini-rpc/client
Advanced tools
Comparing version 0.0.2 to 0.0.3
export * from './RPCClient'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"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"; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
4985
8
1
62