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.34 to 0.0.35

4

dist/index.d.ts

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

input: T;
val?: Item<R>;
val?: R;
}) => V;

@@ -61,3 +61,3 @@ uiConfig?: () => FormConfigType<T>;

get: G;
value: ReturnType<G>;
value: R;
schema?: (val: R) => {

@@ -64,0 +64,0 @@ [F in keyof Item<R>]?: SchemaItem<any, R>;

{
"name": "@dappworks/urpc",
"version": "0.0.34",
"version": "0.0.35",
"module": "index.ts",

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

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