Socket
Socket
Sign inDemoInstall

gemini-configparser

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gemini-configparser - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

lib/locator.js

@@ -21,3 +21,3 @@ const _ = require('lodash');

const subOption = _.get(option, subKey);
const newName = `${namePrefix}.${subKey}`;
const newName = namePrefix ? `${namePrefix}.${subKey}` : subKey;

@@ -24,0 +24,0 @@ return mkLocator(

{
"name": "gemini-configparser",
"version": "1.0.0",
"version": "1.0.1",
"description": "Config parser module for gemini",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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