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.42 to 0.0.43

5

dist/index.d.ts

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

};
export type URPC_Class<G extends () => any = () => any> = {
class: string;
get: G;
};
export declare class URPC<T extends URPC_Schema = any> {

@@ -94,2 +98,3 @@ schemas: T;

uidSchemas: URPC_Schema;
static enum<G extends () => any>(args: Partial<URPC_Class<G>>): URPC_Class<G>;
static Var<G extends () => any>(args: Partial<URPC_Variable<G>>): URPC_Variable<G>;

@@ -96,0 +101,0 @@ static Func<T extends Object = {}, R = any, V = any>(args: Partial<URPC_Function<T, R, V>>): URPC_Function<T, R, V>;

2

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