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

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 11.0.1 to 11.0.2

5

dist/source/index.js

@@ -212,7 +212,2 @@ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {

}
/**
Delete an item.
@param key - The key of the item to delete.
*/
delete(key) {

@@ -219,0 +214,0 @@ const { store } = this;

8

package.json
{
"name": "conf",
"version": "11.0.1",
"version": "11.0.2",
"description": "Simple config handling for your app or module",

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

"ts-node": "^10.9.1",
"tsd": "^0.25.0",
"typescript": "^4.9.4",
"xo": "^0.53.1"
"tsd": "^0.28.1",
"typescript": "^5.1.6",
"xo": "^0.54.0"
},

@@ -74,0 +74,0 @@ "sideEffects": false,

@@ -107,2 +107,4 @@ # conf

**Important: I cannot provide support for this feature. It has some known bugs. I have no plans to work on it, but pull requests are welcome.**
You can use migrations to perform operations to the store whenever a **project version** is upgraded.

@@ -446,3 +448,3 @@

import Conf from 'conf';
const yaml = require('js-yaml');
import yaml from 'js-yaml';

@@ -449,0 +451,0 @@ const config = new Conf({

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