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

@zkochan/npm-conf

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zkochan/npm-conf - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

4

index.js

@@ -8,3 +8,3 @@ 'use strict';

module.exports = (opts, types, defaults) => {
const conf = new Conf(Object.assign({}, defaults || _defaults.defaults), types);
const conf = new Conf(Object.assign({}, _defaults.defaults, defaults), types);

@@ -26,3 +26,3 @@ conf.add(Object.assign({}, opts), 'cli');

if (conf.get('workspace-prefix')) {
if (conf.get('workspace-prefix')) {
const workspaceConf = path.resolve(conf.get('workspace-prefix'), '.npmrc');

@@ -29,0 +29,0 @@ conf.addFile(workspaceConf, 'workspace');

{
"name": "@zkochan/npm-conf",
"version": "1.2.0",
"version": "1.2.1",
"description": "Get the npm config",

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

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