Socket
Socket
Sign inDemoInstall

conf

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conf - npm Package Compare versions

Comparing version 10.1.1 to 10.1.2

4

dist/source/types.d.ts

@@ -5,3 +5,3 @@ /// <reference types="node" />

import { EventEmitter } from 'events';
export interface Options<T> {
export interface Options<T extends Record<string, any>> {
/**

@@ -212,3 +212,3 @@ Config used if there are no existing config.

}
export declare type Migrations<T> = Record<string, (store: Conf<T>) => void>;
export declare type Migrations<T extends Record<string, any>> = Record<string, (store: Conf<T>) => void>;
export declare type Schema<T> = {

@@ -215,0 +215,0 @@ [Property in keyof T]: ValueSchema;

{
"name": "conf",
"version": "10.1.1",
"version": "10.1.2",
"description": "Simple config handling for your app or module",

@@ -5,0 +5,0 @@ "license": "MIT",

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