Huge News!Announcing our $40M Series B led by Abstract Ventures.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.41 to 0.0.42

16

dist/index.d.ts

@@ -105,7 +105,7 @@ // Generated by dts-bundle-generator v9.5.1

uiConfig: FormConfigType<any> | undefined;
schema: ({
schema: {
[x: string]: SchemaItem<any, any> | undefined;
} & {
[key: string]: SchemaItem<any, any>;
}) | null;
};
value?: undefined;

@@ -133,7 +133,7 @@ set?: undefined;

} | undefined;
schema: ({
schema: {
[x: string]: SchemaItem<any, any> | undefined;
} & {
[key: string]: SchemaItem<any, any>;
}) | null;
};
input?: undefined;

@@ -209,3 +209,3 @@ uiConfig?: undefined;

uiConfig: FormConfigType<any> | undefined;
schema: ({
schema: {
[x: string]: ({

@@ -220,3 +220,3 @@ type?: string | undefined;

} | URPC_Function<any, any, any> | URPC_Action<any, any>;
}) | null;
};
value?: undefined;

@@ -244,3 +244,3 @@ set?: undefined;

} | undefined;
schema: ({
schema: {
[x: string]: ({

@@ -255,3 +255,3 @@ type?: string | undefined;

} | URPC_Function<any, any, any> | URPC_Action<any, any>;
}) | null;
};
input?: undefined;

@@ -258,0 +258,0 @@ uiConfig?: undefined;

{
"name": "@dappworks/urpc",
"version": "0.0.41",
"version": "0.0.42",
"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