auto-approver
Advanced tools
Comparing version 1.11.0 to 1.11.1
{ | ||
"author": "Florian Imdahl <git@ffflorian.de>", | ||
"bin": { | ||
"auto-approver": "cli.js" | ||
"auto-approver": "dist/cjs/cli.js" | ||
}, | ||
"dependencies": { | ||
"axios": "1.3.5", | ||
"axios": "1.3.6", | ||
"commander": "10.0.1", | ||
@@ -20,17 +20,12 @@ "cosmiconfig": "8.1.3", | ||
"engines": { | ||
"node": ">= 10.9" | ||
"node": ">= 14.16" | ||
}, | ||
"exports": { | ||
".": { | ||
"import": "./dist/mjs/index.js", | ||
"require": "./dist/cjs/index.js" | ||
} | ||
}, | ||
"files": [ | ||
"AutoApprover.d.ts", | ||
"AutoApprover.js", | ||
"AutoApprover.js.map", | ||
"cli.d.ts", | ||
"cli.js", | ||
"cli.js.map", | ||
"index.d.ts", | ||
"index.js", | ||
"index.js.map", | ||
"util.d.ts", | ||
"util.js", | ||
"util.js.map" | ||
"dist" | ||
], | ||
@@ -42,18 +37,19 @@ "keywords": [ | ||
"license": "GPL-3.0", | ||
"main": "index.js", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/mjs/index.js", | ||
"name": "auto-approver", | ||
"publishConfig": { | ||
"directory": "flattened" | ||
}, | ||
"repository": "https://github.com/ffflorian/node-packages/tree/main/packages/auto-approver", | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "yarn build:cjs && yarn build:mjs && yarn generate:packagejson", | ||
"build:cjs": "tsc -p tsconfig.cjs.json", | ||
"build:mjs": "tsc -p tsconfig.json", | ||
"clean": "rimraf dist", | ||
"dist": "yarn clean && yarn build", | ||
"flatten": "node ../publish-flat/dist/cli.js -o flattened", | ||
"postversion": "node ../publish-flat/dist/cli-copy.js -o flattened/package.json version", | ||
"start": "ts-node src/cli.ts", | ||
"test": "ts-node -P tsconfig.jasmine.json ../../node_modules/jasmine/bin/jasmine.js" | ||
"generate:packagejson": "../../bin/generate-hybrid-package-json.sh", | ||
"start": "ts-node-esm src/cli.ts", | ||
"test": "ts-node-esm -P tsconfig.jasmine.json ../../node_modules/.bin/jasmine" | ||
}, | ||
"version": "1.11.0" | ||
"type": "module", | ||
"version": "1.11.1", | ||
"gitHead": "fee6dde4396255259028c1c723a95b9f6ec5b281" | ||
} |
@@ -5,4 +5,11 @@ # auto-approver [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![npm version](https://img.shields.io/npm/v/auto-approver.svg?style=flat)](https://www.npmjs.com/package/auto-approver) | ||
## Prerequisites | ||
- [Node.js](https://nodejs.org) >= 14 | ||
- npm (preinstalled) or [yarn](https://classic.yarnpkg.com) < 2 | ||
## Installation | ||
ℹ️ This is a hybrid [CommonJS](https://nodejs.org/docs/latest/api/modules.html#modules-commonjs-modules) / [ESM](https://nodejs.org/api/esm.html#introduction) module. | ||
Run `yarn global add auto-approver` or `npm i -g auto-approver`. | ||
@@ -9,0 +16,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
87568
29
630
66
1
Yes
1
+ Addedaxios@1.3.6(transitive)
- Removedaxios@1.3.5(transitive)
Updatedaxios@1.3.6