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 7.0.1 to 7.1.0

4

dist/source/index.js

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

const envPaths = require("env-paths");
const writeFileAtomic = require("write-file-atomic");
const atomically = require("atomically");
const Ajv = require("ajv");

@@ -369,3 +369,3 @@ const debounceFn = require("debounce-fn");

try {
writeFileAtomic.sync(this.path, data);
atomically.writeFileSync(this.path, data);
}

@@ -372,0 +372,0 @@ catch (error) {

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

@@ -46,2 +46,3 @@ "license": "MIT",

"ajv": "^6.12.2",
"atomically": "^1.3.1",
"debounce-fn": "^4.0.0",

@@ -54,4 +55,3 @@ "dot-prop": "^5.2.0",

"pkg-up": "^3.1.0",
"semver": "^7.3.2",
"write-file-atomic": "^3.0.3"
"semver": "^7.3.2"
},

@@ -58,0 +58,0 @@ "devDependencies": {

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