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

@pnpm/audit

Package Overview
Dependencies
Maintainers
3
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/audit - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

3

lib/lockfileToAuditTree.js

@@ -6,4 +6,3 @@ "use strict";

function lockfileToAuditTree(lockfile, opts) {
var _a;
const importerWalkers = lockfile_walker_1.lockfileWalkerGroupImporterSteps(lockfile, Object.keys(lockfile.importers), { include: (_a = opts) === null || _a === void 0 ? void 0 : _a.include });
const importerWalkers = lockfile_walker_1.lockfileWalkerGroupImporterSteps(lockfile, Object.keys(lockfile.importers), { include: opts === null || opts === void 0 ? void 0 : opts.include });
const dependencies = {};

@@ -10,0 +9,0 @@ importerWalkers.forEach((importerWalker) => {

{
"name": "@pnpm/audit",
"version": "1.0.7",
"version": "1.0.8",
"description": "Audit a lockfile",

@@ -32,3 +32,3 @@ "main": "lib/index.js",

"@pnpm/audit": "link:",
"@pnpm/lockfile-file": "3.0.4"
"@pnpm/lockfile-file": "3.0.5"
},

@@ -35,0 +35,0 @@ "dependencies": {

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