New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

apt-cli

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apt-cli - npm Package Compare versions

Comparing version
0.1.10
to
0.1.11
+1
-1
dist/parsers.js

@@ -16,3 +16,3 @@ import { readFile } from "fs/promises";

const regex = new RegExp(
`^(${matchBegin}(?:${text})${matchEnd})\\t\\s*(.+)\\s*$`
`^(${matchBegin}(?:${text})${matchEnd})\\s+(.+)\\s*$`
);

@@ -19,0 +19,0 @@ const contents = await index.contents();

{
"name": "apt-cli",
"type": "module",
"version": "0.1.10",
"version": "0.1.11",
"description": "APT CLI - Used to parse the DEB package dependency tree.",

@@ -6,0 +6,0 @@ "main": "./dist/index.js",