New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

arri-codegen-utils

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arri-codegen-utils - npm Package Compare versions

Comparing version 0.31.0 to 0.32.0

2

dist/index.d.ts

@@ -58,3 +58,3 @@ import { SchemaFormProperties, SchemaFormDiscriminator } from 'jtd-utils';

interface ClientGenerator<TOptions extends Record<string, any> | undefined> {
generator: (def: AppDefinition) => any;
generator: (def: AppDefinition, isDevServer?: boolean) => any;
options: TOptions;

@@ -61,0 +61,0 @@ }

{
"name": "arri-codegen-utils",
"version": "0.31.0",
"version": "0.32.0",
"license": "MIT",

@@ -26,5 +26,5 @@ "author": {

"scule": "^1.3.0",
"arri-validate": "0.31.0",
"jtd-utils": "0.31.0"
"jtd-utils": "0.32.0",
"arri-validate": "0.32.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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