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.30 to 0.0.31

30

dist/index.d.ts

@@ -56,6 +56,8 @@ // Generated by dts-bundle-generator v9.5.1

patch?: {
allowCreate?: Boolean;
allowDelete?: Boolean;
allowUpdate?: Boolean;
autoPatch?: Boolean;
allowCreate?: boolean;
allowDelete?: boolean;
allowUpdate?: boolean;
autoPatch?: boolean | {
target: () => any;
};
onCreate?: (value: Item<T>) => any;

@@ -98,6 +100,8 @@ onUpdate?: (key: any, value: any) => any;

patch: {
allowCreate?: Boolean | undefined;
allowDelete?: Boolean | undefined;
allowUpdate?: Boolean | undefined;
autoPatch?: Boolean | undefined;
allowCreate?: boolean | undefined;
allowDelete?: boolean | undefined;
allowUpdate?: boolean | undefined;
autoPatch?: boolean | {
target: () => any;
} | undefined;
onCreate?: ((value: any) => any) | undefined;

@@ -182,6 +186,8 @@ onUpdate?: ((key: any, value: any) => any) | undefined;

patch: {
allowCreate?: Boolean | undefined;
allowDelete?: Boolean | undefined;
allowUpdate?: Boolean | undefined;
autoPatch?: Boolean | undefined;
allowCreate?: boolean | undefined;
allowDelete?: boolean | undefined;
allowUpdate?: boolean | undefined;
autoPatch?: boolean | {
target: () => any;
} | undefined;
onCreate?: ((value: any) => any) | undefined;

@@ -188,0 +194,0 @@ onUpdate?: ((key: any, value: any) => any) | undefined;

2

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