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.48 to 0.0.49

20

dist/index.d.ts

@@ -113,2 +113,6 @@ // Generated by dts-bundle-generator v9.5.1

constructor(args?: Partial<URPC<T>>);
static utils: {
formatFunc(v: URPC_Function): Promise<Partial<URPC_Function<{}, any, any>>>;
formatSchema(ctx: URPC_Entity): Promise<void>;
};
loadFull(params?: {

@@ -135,2 +139,7 @@ namespace: string;

} | undefined;
schema: {
[x: string]: SchemaItem<any, any> | undefined;
} & {
[key: string]: SchemaItem<any, any>;
};
} | {

@@ -210,2 +219,13 @@ type: string;

} | undefined;
schema: {
[x: string]: ({
type?: string | URPC_Class<URPC_ClassGet> | undefined;
uiConfig?: FormConfigItem | undefined;
} | URPC_Function<any, any, any> | URPC_Action<any, any>) | undefined;
} & {
[key: string]: {
type?: string | URPC_Class<URPC_ClassGet> | undefined;
uiConfig?: FormConfigItem | undefined;
} | URPC_Function<any, any, any> | URPC_Action<any, any>;
};
} | {

@@ -212,0 +232,0 @@ type: string;

2

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