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

@pnpm/modules-cleaner

Package Overview
Dependencies
Maintainers
0
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/modules-cleaner - npm Package Compare versions

Comparing version 1000.0.0 to 1001.0.0

6

lib/prune.d.ts

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

import { type Lockfile } from '@pnpm/lockfile.types';
import { type LockfileObject } from '@pnpm/lockfile.types';
import { type StoreController } from '@pnpm/store-controller-types';

@@ -20,4 +20,4 @@ import { type DepPath, type DependenciesField, type HoistedDependencies, type ProjectId, type ProjectRootDir } from '@pnpm/types';

publicHoistedModulesDir?: string;
wantedLockfile: Lockfile;
currentLockfile: Lockfile;
wantedLockfile: LockfileObject;
currentLockfile: LockfileObject;
pruneStore?: boolean;

@@ -24,0 +24,0 @@ pruneVirtualStore?: boolean;

{
"name": "@pnpm/modules-cleaner",
"version": "1000.0.0",
"version": "1001.0.0",
"description": "Exports util functions to clean up node_modules",

@@ -26,16 +26,16 @@ "main": "lib/index.js",

"ramda": "npm:@pnpm/ramda@0.28.1",
"@pnpm/dependency-path": "1000.0.0",
"@pnpm/lockfile.filtering": "1001.0.0",
"@pnpm/core-loggers": "1000.0.0",
"@pnpm/dependency-path": "1000.0.0",
"@pnpm/lockfile.types": "1000.0.0",
"@pnpm/lockfile.filtering": "1000.0.0",
"@pnpm/lockfile.utils": "1000.0.0",
"@pnpm/lockfile.types": "1001.0.0",
"@pnpm/read-modules-dir": "1000.0.0",
"@pnpm/store-controller-types": "1000.0.0",
"@pnpm/remove-bins": "1000.0.0",
"@pnpm/types": "1000.0.0"
"@pnpm/lockfile.utils": "1001.0.0",
"@pnpm/remove-bins": "1000.0.1",
"@pnpm/types": "1000.0.0",
"@pnpm/store-controller-types": "1000.1.0"
},
"devDependencies": {
"@types/ramda": "0.29.12",
"@pnpm/modules-cleaner": "1000.0.0",
"@pnpm/logger": "1000.0.0"
"@pnpm/logger": "1000.0.0",
"@pnpm/modules-cleaner": "1001.0.0"
},

@@ -42,0 +42,0 @@ "bugs": {

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