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

@pnpm/catalogs.config

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/catalogs.config - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

5

lib/getCatalogsFromWorkspaceManifest.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.checkDefaultCatalogIsDefinedOnce = exports.getCatalogsFromWorkspaceManifest = void 0;
exports.getCatalogsFromWorkspaceManifest = getCatalogsFromWorkspaceManifest;
exports.checkDefaultCatalogIsDefinedOnce = checkDefaultCatalogIsDefinedOnce;
const error_1 = require("@pnpm/error");

@@ -24,3 +25,2 @@ function getCatalogsFromWorkspaceManifest(workspaceManifest) {

}
exports.getCatalogsFromWorkspaceManifest = getCatalogsFromWorkspaceManifest;
function checkDefaultCatalogIsDefinedOnce(manifest) {

@@ -31,3 +31,2 @@ if (manifest.catalog != null && manifest.catalogs?.default != null) {

}
exports.checkDefaultCatalogIsDefinedOnce = checkDefaultCatalogIsDefinedOnce;
//# sourceMappingURL=getCatalogsFromWorkspaceManifest.js.map

8

package.json
{
"name": "@pnpm/catalogs.config",
"version": "0.1.0",
"version": "0.1.1",
"description": "Create a normalized catalogs config from pnpm-workspace.yaml contents.",

@@ -30,8 +30,8 @@ "main": "lib/index.js",

"dependencies": {
"@pnpm/error": "6.0.1"
"@pnpm/error": "6.0.2"
},
"devDependencies": {
"@pnpm/catalogs.config": "0.1.0",
"@pnpm/catalogs.config": "0.1.1",
"@pnpm/catalogs.types": "0.1.0",
"@pnpm/workspace.read-manifest": "2.1.0"
"@pnpm/workspace.read-manifest": "2.2.1"
},

@@ -38,0 +38,0 @@ "scripts": {

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