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.1.4 to 0.2.0

10

dist/index.d.ts

@@ -1,11 +0,5 @@

import { SchemaFormProperties } from '@modii/jtd';
export * from '@modii/jtd';
import { SchemaFormProperties } from 'jtd-utils';
export * from 'jtd-utils';
export * from 'scule';
declare module "@modii/jtd" {
interface SchemaMetadata {
id?: string;
description?: string;
}
}
declare const HttpMethodValues: readonly ["get", "post", "put", "patch", "delete", "head"];

@@ -12,0 +6,0 @@ type HttpMethod = (typeof HttpMethodValues)[number];

22

dist/testModels.d.ts

@@ -1,16 +0,18 @@

import * as packages_arri_validate_dist_shared_arri_validate_563ebba4 from 'packages/arri-validate/dist/shared/arri-validate.563ebba4';
import * as packages_arri_validate_dist_shared_arri_validate_bbdf6571 from 'packages/arri-validate/dist/shared/arri-validate.bbdf6571';
import { AppDefinition } from './index.js';
import '@modii/jtd';
import 'jtd-utils';
import 'scule';
declare const TestUserSettingsSchema: packages_arri_validate_dist_shared_arri_validate_563ebba4.d<{
declare const TestUserSettingsSchema: packages_arri_validate_dist_shared_arri_validate_bbdf6571.d<{
notificationsEnabled: boolean;
preferredTheme: "dark-mode" | "light-mode" | "system";
}, false>;
declare const TestUserPhotoSchema: packages_arri_validate_dist_shared_arri_validate_563ebba4.d<{
declare const TestUserPhotoSchema: packages_arri_validate_dist_shared_arri_validate_bbdf6571.d<{
url: string;
width: number;
height: number;
bytes: bigint;
nanoseconds: bigint;
}, false>;
declare const TestUserSchema: packages_arri_validate_dist_shared_arri_validate_563ebba4.d<{
declare const TestUserSchema: packages_arri_validate_dist_shared_arri_validate_bbdf6571.d<{
id: string;

@@ -22,2 +24,4 @@ role: "standard" | "admin";

height: number;
bytes: bigint;
nanoseconds: bigint;
} | null;

@@ -46,6 +50,6 @@ createdAt: Date;

}, false>;
declare const TestUserParams: packages_arri_validate_dist_shared_arri_validate_563ebba4.d<{
declare const TestUserParams: packages_arri_validate_dist_shared_arri_validate_bbdf6571.d<{
userId: string;
}, false>;
declare const TestUpdateUserParams: packages_arri_validate_dist_shared_arri_validate_563ebba4.d<Pick<{
declare const TestUpdateUserParams: packages_arri_validate_dist_shared_arri_validate_bbdf6571.d<Pick<{
id: string;

@@ -57,2 +61,4 @@ role: "standard" | "admin";

height: number;
bytes: bigint;
nanoseconds: bigint;
} | null;

@@ -81,3 +87,3 @@ createdAt: Date;

}, "id" | "photo" | "bio">, false>;
declare const TestErrorResponse: packages_arri_validate_dist_shared_arri_validate_563ebba4.d<{
declare const TestErrorResponse: packages_arri_validate_dist_shared_arri_validate_bbdf6571.d<{
statusCode: number;

@@ -84,0 +90,0 @@ statusMessage: string;

{
"name": "arri-codegen-utils",
"version": "0.1.4",
"version": "0.2.0",
"type": "module",

@@ -12,6 +12,6 @@ "main": "./dist/index.cjs",

"dependencies": {
"@modii/jtd": "^0.2.1",
"scule": "^1.0.0",
"arri-validate": "0.1.4"
"arri-validate": "0.2.0",
"jtd-utils": "0.2.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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