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
3
Versions
46
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 0.0.22-events-ml to 0.0.23-events-ml

dist/commons/api/router.d.ts

2

dist/api/index.d.ts
import { CreateTRPCClient } from '@trpc/client';
import { AppRouter } from './router';
import { AppRouter } from '../commons/api/router';
/**

@@ -4,0 +4,0 @@ * Creates a tRPC client with the specified base URL and authorization token.

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

import { ClauseInput, ClauseOutput } from '@opencrvs/commons/events';
import { ClauseInput, ClauseOutput } from '../commons/events';
export declare function and(clauses: ClauseInput[]): ClauseOutput;

@@ -3,0 +3,0 @@ export declare function or(clauses: ClauseInput[]): ClauseOutput;

@@ -16,3 +16,3 @@ "use strict";

exports.field = field;
const events_1 = require("@opencrvs/commons/events");
const events_1 = require("../commons/events");
function and(clauses) {

@@ -19,0 +19,0 @@ return {

@@ -1,3 +0,3 @@

import { JSONSchema } from '@opencrvs/commons/conditionals';
import { ActionDocument } from '@opencrvs/commons/events';
import { JSONSchema } from '../commons/conditionals';
import { ActionDocument } from '../commons/events';
export * as deduplication from './deduplication';

@@ -4,0 +4,0 @@ export declare function defineConditional(conditional: JSONSchema): JSONSchema;

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

export * from './ActionConfig';
export * from './EventConfig';
export * from './FieldConfig';
export * from './FormConfig';
export * from './SummaryConfig';
export * from './WorkqueueConfig';
export * from './EventMetadata';
export * from './EventInput';
export * from './EventDocument';
export * from './ActionInput';
export * from './ActionDocument';
export * from './EventIndex';
export * from './TranslationConfig';
export * from './FieldValue';
export * from './state';
export * from './utils';
export * from './defineConfig';
export * from './DeduplicationConfig';
export * from '../commons/events';
//# sourceMappingURL=index.d.ts.map
{
"name": "@opencrvs/toolkit",
"version": "0.0.22-events-ml",
"version": "0.0.23-events-ml",
"description": "OpenCRVS toolkit for building country configurations",

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

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