Socket
Socket
Sign inDemoInstall

watskeburt

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

watskeburt - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

8

dist/git-primitives.js

@@ -21,5 +21,3 @@ import { spawn } from "node:child_process";

128,
`revision '${pOldRevision}' ${
pNewRevision ? `(or '${pNewRevision}') ` : ""
}unknown`,
`revision '${pOldRevision}' ${pNewRevision ? `(or '${pNewRevision}') ` : ""}unknown`,
],

@@ -67,5 +65,3 @@ [129, `'${process.cwd()}' does not seem to be a git repository`],

pErrorMap.get(pCode ?? 0) ||
`internal git error: ${pCode} (${stringifyOutStream(
lStdErrorData,
)})`,
`internal git error: ${pCode} (${stringifyOutStream(lStdErrorData)})`,
),

@@ -72,0 +68,0 @@ );

@@ -1,1 +0,1 @@

export const VERSION = "2.0.4";
export const VERSION = "2.0.5";
{
"name": "watskeburt",
"version": "2.0.4",
"version": "2.0.5",
"description": "List files changed since a git revision",

@@ -47,23 +47,2 @@ "keywords": [

],
"devDependencies": {
"@types/node": "20.10.5",
"@typescript-eslint/eslint-plugin": "6.16.0",
"c8": "8.0.1",
"dependency-cruiser": "15.5.0",
"eslint": "8.56.0",
"eslint-config-moving-meadow": "4.0.2",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-budapestian": "6.0.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-mocha": "10.2.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-security": "2.1.0",
"eslint-plugin-unicorn": "50.0.1",
"npm-run-all": "4.1.5",
"prettier": "3.1.1",
"tsx": "4.7.0",
"typescript": "5.3.3",
"upem": "9.0.2"
},
"engines": {

@@ -73,35 +52,4 @@ "node": "^18||>=20"

"scripts": {
"build": "npm-run-all --sequential build:clean build:version build:dist build:format",
"build:version": "tsx tools/get-version.ts > src/version.ts",
"build:clean": "rm -rf dist/*",
"build:dist": "tsc",
"build:format": "prettier --log-level warn --write dist/",
"check": "npm-run-all --parallel --aggregate-output lint depcruise test:cover",
"clean": "rm -rf dist",
"test": "tsx --test-reporter ./tools/dot-with-summary.reporter.js --test src/*.spec.ts src/**/*.spec.ts",
"test:cover": "c8 npm test",
"depcruise": "depcruise dist src types",
"depcruise:graph": "depcruise src types --include-only '^(dist|src|types)' --output-type dot | dot -T svg | tee docs/dependency-graph.svg | depcruise-wrap-stream-in-html > docs/dependency-graph.html",
"depcruise:graph:archi": "depcruise src --include-only '^(dist|src|types)' --output-type archi | dot -T svg | depcruise-wrap-stream-in-html > docs/high-level-dependency-graph.html",
"depcruise:graph:dev": "depcruise dist src types --include-only '^(dist|src|types)' --prefix vscode://file/$(pwd)/ --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser",
"depcruise:graph:diff:dev": "depcruise dist src types --include-only '^(dist|src|types)' --highlight \"$(node dist/run-cli.js main -T regex)\" --prefix vscode://file/$(pwd)/ --output-type dot | dot -T svg | depcruise-wrap-stream-in-html | browser",
"depcruise:graph:diff:mermaid": "depcruise dist src types --include-only '^(dist|src|types)' --output-type mermaid --output-to - --highlight \"$(node dist/run-cli.js $SHA -T regex)\"",
"depcruise:html": "depcruise src types --progress --output-type err-html --output-to dependency-violation-report.html",
"depcruise:text": "depcruise src types --progress --output-type text",
"depcruise:focus": "depcruise src types --progress --output-type text --focus",
"depcruise:reaches": "depcruise src types --progress --output-type text --reaches",
"format": "prettier --write \"{src,tools}/**/*.{js,ts}\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"",
"format:check": "prettier --log-level warn --check \"{src,tools}/**/*.ts\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"",
"lint": "npm-run-all --parallel --aggregate-output format:check lint:eslint lint:types",
"lint:fix": "npm-run-all --parallel --aggregate-output format lint:eslint:fix",
"lint:eslint": "eslint src types tools --cache --cache-location node_modules/.cache/eslint/",
"lint:eslint:fix": "eslint src types tools --fix --cache --cache-location node_modules/.cache/eslint/",
"lint:types": "tsc --noEmit",
"scm:stage": "git add .",
"update-dependencies": "run-s upem:update upem:install lint:fix check",
"upem-outdated": "npm outdated --json --long | upem --dry-run",
"upem:install": "npm install",
"upem:update": "npm outdated --json --long | upem | pbcopy && pbpaste",
"version": "npm-run-all --sequential clean build lint depcruise:graph scm:stage"
"test": "echo for test, build and static analysis scripts: see the github repository"
}
}

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