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

@pnpm/deps.graph-sequencer

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/deps.graph-sequencer - npm Package Compare versions

Comparing version 2.0.1 to 900.0.0

3

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.graphSequencer = void 0;
exports.graphSequencer = graphSequencer;
/**

@@ -106,3 +106,2 @@ * Performs topological sorting on a graph while supporting node restrictions.

}
exports.graphSequencer = graphSequencer;
//# sourceMappingURL=index.js.map
{
"name": "@pnpm/deps.graph-sequencer",
"version": "2.0.1",
"version": "900.0.0",
"description": "Sort items in a graph using a topological sort",

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

"devDependencies": {
"@pnpm/deps.graph-sequencer": "2.0.1"
"@pnpm/deps.graph-sequencer": "900.0.0"
},

@@ -33,2 +33,5 @@ "exports": {

},
"jest": {
"preset": "@pnpm/jest-config"
},
"scripts": {

@@ -35,0 +38,0 @@ "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",

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