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

@apt-repositories/generator

Package Overview
Dependencies
Maintainers
1
Versions
431
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.20 to 0.0.21

4

output/generate.js

@@ -447,3 +447,3 @@ #!/usr/bin/env node

);
console.log(`Processing '${packagesUrl.toString()}'...`);
console.log(` Processing '${packagesUrl.toString()}'...`);
let packagesResponse = await fetch(packagesUrl);

@@ -485,3 +485,3 @@ let responsePayload;

console.log(
`Written '${packages.length.toString()}' package metadata files for component '${config.component}'.`
` Written '${packages.length.toString()}' package metadata files for component '${config.component}'.`
);

@@ -488,0 +488,0 @@ };

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@apt-repositories/generator",
"version": "0.0.20",
"version": "0.0.21",
"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