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.6.0 to 0.7.0

4

dist/index.d.ts

@@ -1,2 +0,2 @@

import { SchemaFormProperties } from 'jtd-utils';
import { SchemaFormProperties, SchemaFormDiscriminator, SchemaFormValues } from 'jtd-utils';
export * from 'jtd-utils';

@@ -21,3 +21,3 @@ export * from 'scule';

procedures: Record<string, RpcDefinition>;
models: Record<string, SchemaFormProperties>;
models: Record<string, SchemaFormProperties | SchemaFormDiscriminator | SchemaFormValues>;
}

@@ -24,0 +24,0 @@ declare function isAppDefinition(input: unknown): input is AppDefinition;

{
"name": "arri-codegen-utils",
"version": "0.6.0",
"version": "0.7.0",
"type": "module",

@@ -13,5 +13,5 @@ "main": "./dist/index.cjs",

"scule": "^1.0.0",
"jtd-utils": "0.6.0",
"arri-validate": "0.6.0"
"jtd-utils": "0.7.0",
"arri-validate": "0.7.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