Socket
Socket
Sign inDemoInstall

@pnpm/manifest-utils

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/manifest-utils - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

6

lib/filterDependenciesByType.d.ts

@@ -1,4 +0,2 @@

import { type IncludedDependencies, type ProjectManifest } from '@pnpm/types';
export declare function filterDependenciesByType(manifest: ProjectManifest, include: IncludedDependencies): {
[x: string]: string;
};
import { type Dependencies, type IncludedDependencies, type ProjectManifest } from '@pnpm/types';
export declare function filterDependenciesByType(manifest: ProjectManifest, include: IncludedDependencies): Dependencies;
{
"name": "@pnpm/manifest-utils",
"description": "Utils for dealing with package manifest",
"version": "6.0.0",
"version": "6.0.1",
"bugs": {

@@ -23,5 +23,5 @@ "url": "https://github.com/pnpm/pnpm/issues"

"dependencies": {
"@pnpm/types": "10.0.0",
"@pnpm/core-loggers": "10.0.0",
"@pnpm/error": "6.0.0",
"@pnpm/types": "10.0.0"
"@pnpm/error": "6.0.1"
},

@@ -31,3 +31,3 @@ "homepage": "https://github.com/pnpm/pnpm/blob/main/pkg-manifest/manifest-utils#readme",

"devDependencies": {
"@pnpm/manifest-utils": "6.0.0"
"@pnpm/manifest-utils": "6.0.1"
},

@@ -34,0 +34,0 @@ "exports": {

Sorry, the diff of this file is not supported yet

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