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.22 to 0.0.23-dev.0

2

output/validate.js

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

const [hasFailed, checkedCount] = await validateJsonRecursive(OUTPUT_DIRECTORY);
console.log(`Checked '${checkedCount.toString()}' files in '${OUTPUT_DIRECTORY}'.`);
console.log(`Checked '${checkedCount.toLocaleString()}' files in '${OUTPUT_DIRECTORY}'.`);
if (hasFailed) {

@@ -176,0 +176,0 @@ throw new Error("Validation failed.");

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@apt-repositories/generator",
"version": "0.0.22",
"version": "0.0.23-dev.0",
"license": "MIT",
"author": "Oliver Salzburg <oliver.salzburg@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/apt-repositories/generator.git"
},
"bugs": {
"url": "https://github.com/apt-repositories/generator/issues"
},
"type": "module",

@@ -30,7 +37,8 @@ "bin": {

"prepublish": "yarn run build",
"test": "tsc && node $(yarn bin mocha) output/*.test.js",
"test:coverage": "tsc && c8 --reporter=html-spa node $(yarn bin mocha) output/*.test.js"
"test": "echo this project has no tests.",
"preversion": "yarn run lint && yarn run build && yarn run test",
"postversion": "git push"
},
"dependencies": {
"@oliversalzburg/js-utils": "0.0.30",
"@oliversalzburg/js-utils": "0.0.44",
"apt-parser": "1.5.1",

@@ -40,13 +48,13 @@ "xz-decompress": "0.2.1"

"devDependencies": {
"@eslint/js": "9.2.0",
"@eslint/js": "9.3.0",
"@types/chai": "4.3.16",
"@types/eslint": "8.56.10",
"@types/mocha": "10.0.6",
"@types/node": "20.12.8",
"@types/node": "20.12.13",
"c8": "9.1.0",
"chai": "5.1.1",
"esbuild": "0.21.2",
"esbuild": "0.21.4",
"eslint": "8.57.0",
"globals": "15.2.0",
"lint-staged": "15.2.2",
"globals": "15.3.0",
"lint-staged": "15.2.5",
"mocha": "10.4.0",

@@ -57,5 +65,5 @@ "prettier": "3.2.5",

"typescript": "5.4.5",
"typescript-eslint": "7.8.0"
"typescript-eslint": "7.11.0"
},
"packageManager": "yarn@4.2.2"
}

@@ -8,7 +8,3 @@ # APT Package Metadata Generator

```shell
yarn clean
yarn build
npm version patch
npm publish
git push
npm version patch --message "chore: Version bump %s"
```

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