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

@pnpm/config

Package Overview
Dependencies
Maintainers
3
Versions
324
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/config - npm Package Compare versions

Comparing version 12.3.0 to 12.3.1

6

CHANGELOG.md
# @pnpm/config
## 12.3.1
### Patch Changes
- a1a03d145: Import only the required functions from ramda.
## 12.3.0

@@ -4,0 +10,0 @@

4

lib/index.js

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

const can_write_to_dir_1 = require("can-write-to-dir");
const R = __importStar(require("ramda"));
const fromPairs_1 = __importDefault(require("ramda/src/fromPairs"));
const realpath_missing_1 = __importDefault(require("realpath-missing"));

@@ -206,3 +206,3 @@ const which_1 = __importDefault(require("which"));

const rcOptions = Object.keys(rcOptionsTypes);
const pnpmConfig = R.fromPairs([
const pnpmConfig = fromPairs_1.default([
...rcOptions.map((configKey) => [camelcase_1.default(configKey), npmConfig.get(configKey)]),

@@ -209,0 +209,0 @@ ...Object.entries(cliOptions).filter(([name, value]) => typeof value !== 'undefined').map(([name, value]) => [camelcase_1.default(name), value]),

{
"name": "@pnpm/config",
"version": "12.3.0",
"version": "12.3.1",
"description": "Gets configuration options for pnpm",

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

Sorry, the diff of this file is not supported yet

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