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

@pnpm/sort-packages

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/sort-packages - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

2

lib/index.js

@@ -65,3 +65,3 @@ "use strict";

]));
return graph_sequencer_1.default({
return (0, graph_sequencer_1.default)({
graph,

@@ -68,0 +68,0 @@ groups: [keys],

{
"name": "@pnpm/sort-packages",
"version": "2.1.1",
"version": "2.1.2",
"description": "Sort packages",

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

"keywords": [
"pnpm6",
"pnpm"

@@ -25,3 +26,3 @@ ],

"dependencies": {
"@pnpm/types": "7.4.0",
"@pnpm/types": "7.5.0",
"graph-sequencer": "2.0.0"

@@ -31,3 +32,3 @@ },

"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts",
"lint": "eslint src/**/*.ts",
"test": "pnpm run compile",

@@ -34,0 +35,0 @@ "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"

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