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

@jepz20/conman

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jepz20/conman - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

4

package.json
{
"name": "@jepz20/conman",
"version": "0.0.10",
"version": "0.0.11",
"description": "Configuration manager that supports ttl and plugabble sources",

@@ -17,3 +17,3 @@ "main": "./src/conman",

},
"gitHead": "571cb790935632aa5224a7fe2966e79200e335c9",
"gitHead": "f61538a18cdf38406b07df59ae9d36dc342ea916",
"lint-staged": {

@@ -20,0 +20,0 @@ "src/**/*.*": [

@@ -131,3 +131,3 @@ const { mergeDeepRight } = require('ramda');

function _get(key, _privateCache) {
const safeCache = _privateCache || {};
const safeCache = _privateCache || {}
if (key === undefined) {

@@ -223,2 +223,2 @@ return safeCache;

module.exports = { create: conman };
module.exports = conman;
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