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

@apt-repositories/generator

Package Overview
Dependencies
Maintainers
1
Versions
449
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apt-repositories/generator - npm Package Compare versions

Comparing version 0.0.26-dev.9 to 0.0.26-dev.10

8

output/observe.js

@@ -165,4 +165,10 @@ #!/usr/bin/env node

const debs = await readdir(observedPathDebs).catch(() => []);
if (debs.length === 0) {
console.log(
` Component '${DEBIAN_COMPONENT}' of '${observable}' contains zero packages and is skipped.`
);
continue;
}
console.log(
` Component '${DEBIAN_COMPONENT}' of '${observable}' has '${formatCount(debs.length)}' packages.`
` Component '${DEBIAN_COMPONENT}' of '${observable}' contains '${formatCount(debs.length)}' packages.`
);

@@ -169,0 +175,0 @@ console.log(` Merging '${observedPathDebs}' into '${OUTPUT_DIRECTORY}'...`);

2

package.json
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@apt-repositories/generator",
"version": "0.0.26-dev.9",
"version": "0.0.26-dev.10",
"license": "MIT",

@@ -6,0 +6,0 @@ "author": "Oliver Salzburg <oliver.salzburg@gmail.com>",

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