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

@opencrvs/toolkit

Package Overview
Dependencies
Maintainers
0
Versions
860
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencrvs/toolkit - npm Package Compare versions

Comparing version

to
1.8.0-rc.10a516a

3

dist/commons/events/Draft.d.ts

@@ -416,3 +416,2 @@ import { z } from 'zod';

transactionId: z.ZodString;
incomplete: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
data: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{

@@ -606,3 +605,2 @@ filename: z.ZodString;

transactionId: string;
incomplete: boolean;
metadata?: Record<string, string | number | boolean | {

@@ -690,3 +688,2 @@ type: string;

}[]> | undefined;
incomplete?: boolean | undefined;
}>;

@@ -693,0 +690,0 @@ export type Draft = z.infer<typeof Draft>;

2

package.json
{
"name": "@opencrvs/toolkit",
"version": "1.8.0-rc.0bd703e",
"version": "1.8.0-rc.10a516a",
"description": "OpenCRVS toolkit for building country configurations",

@@ -5,0 +5,0 @@ "license": "MPL-2.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display