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

@dappworks/urpc

Package Overview
Dependencies
Maintainers
4
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dappworks/urpc - npm Package Compare versions

Comparing version 0.0.37 to 0.0.38

8

dist/index.d.ts

@@ -94,3 +94,5 @@ // Generated by dts-bundle-generator v9.5.1

constructor(args?: Partial<URPC<T>>);
loadFull(): Promise<({
loadFull(params?: {
namespace: string;
}): Promise<({
uid: string;

@@ -154,3 +156,3 @@ type: "func";

schema: {
loadFull(): Promise<ReturnType<URPC<T>["loadFull"]>>;
loadFull(params?: Parameters<URPC<T>["loadFull"]>[0]): Promise<ReturnType<URPC<T>["loadFull"]>>;
loadVars(): Promise<ReturnType<URPC<T>["loadVars"]>>;

@@ -194,3 +196,3 @@ };

schema: {
loadFull(): Promise<({
loadFull(args: Parameters<URPC<T>["loadFull"]>[0]): Promise<({
uid: string;

@@ -197,0 +199,0 @@ type: "func";

{
"name": "@dappworks/urpc",
"version": "0.0.37",
"version": "0.0.38",
"module": "index.ts",

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

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