Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@chijs/util

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chijs/util - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

0

lib/id.d.ts
export { nanoid as uniqueId } from 'nanoid';
export { nanoid as uniqueId } from 'nanoid';
//# sourceMappingURL=id.js.map

@@ -0,0 +0,0 @@ export * from './id.js';

@@ -0,0 +0,0 @@ export * from './id.js';

@@ -0,0 +0,0 @@ import pino, { DestinationStream, LoggerOptions, Logger } from 'pino';

@@ -0,0 +0,0 @@ import pino from 'pino';

import { SpreadTwo } from './type/index.js';
export declare function withOverride<S extends object, T extends object>(obj: S, override: T): SpreadTwo<S, T>;

@@ -0,0 +0,0 @@ export function withOverride(obj, override) {

import type { TSchema } from '@sinclair/typebox';
export declare function validateSchema<S extends TSchema>(object: unknown, schema: S): import("ajv/dist/types").ErrorObject<string, Record<string, any>, unknown>[];
export * from '@sinclair/typebox';

@@ -0,0 +0,0 @@ import addFormats from 'ajv-formats';

@@ -0,0 +0,0 @@ export declare type Id<T> = T extends infer U ? {

export {};
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "@chijs/util",
"version": "0.0.6",
"version": "0.0.7",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "license": "AGPL-3.0",

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