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

pconf

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pconf - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

2

package.json
{
"name": "pconf",
"version": "1.1.3",
"version": "1.1.4",
"description": "An thin module for making easy configurations.",

@@ -5,0 +5,0 @@ "main": "pConf.js",

@@ -69,2 +69,6 @@ var fs = require("fs");

if(save == undefined || save == null){
save = true;
}
this.data[key] = value;

@@ -71,0 +75,0 @@

@@ -10,2 +10,6 @@ #pConf

##Requirements
This library will only work if you have access to your computers HOME directory, which in the most cases is where your user is located.
##How to use

@@ -20,3 +24,3 @@

testConfig.setValue("test", 1, true); // key, value, (autosave, true or false)
testConfig.setValue("test", 1, true); // key, value, (autosave, default=true)

@@ -23,0 +27,0 @@ console.log(testConfig.getValue("test")); //Returns value of key, if it is unset, it will return undefined.

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