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.46 to 0.0.47

28

dist/index.d.ts

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

export type SchemaItem<T extends Object = {}, R extends any = any> = {
type?: string;
type?: string | URPC_Class;
uiConfig?: FormConfigItem;

@@ -134,15 +134,5 @@ } | URPC_Action<T, R> | URPC_Function<T, R, any>;

} | undefined;
schema: {
[x: string]: SchemaItem<any, any> | undefined;
} & {
[key: string]: SchemaItem<any, any>;
};
} | {
type: string;
name: string;
uid?: undefined;
value?: undefined;
set?: undefined;
patch?: undefined;
schema?: undefined;
})[]>;

@@ -219,21 +209,5 @@ loadVars(params?: {

} | undefined;
schema: {
[x: string]: ({
type?: string | undefined;
uiConfig?: FormConfigItem | undefined;
} | URPC_Function<any, any, any> | URPC_Action<any, any>) | undefined;
} & {
[key: string]: {
type?: string | undefined;
uiConfig?: FormConfigItem | undefined;
} | URPC_Function<any, any, any> | URPC_Action<any, any>;
};
} | {
type: string;
name: string;
uid?: undefined;
value?: undefined;
set?: undefined;
patch?: undefined;
schema?: undefined;
})[]>;

@@ -240,0 +214,0 @@ loadVars(params?: Parameters<URPC<T>["loadFull"]>[0]): Promise<{

2

package.json
{
"name": "@dappworks/urpc",
"version": "0.0.46",
"version": "0.0.47",
"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