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 0.12.1 to 0.12.2

dist/map-change-type.js

7

dist/main.js

@@ -1,2 +0,3 @@

import { convertDiffLines, convertStatusLines, } from "./convert-to-change-object.js";
import { parseDiffLines } from "./parse-diff-lines.js";
import { parseStatusLines } from "./parse-status-lines.js";
import * as primitives from "./git-primitives.js";

@@ -11,5 +12,5 @@ import format from "./formatters/format.js";

]);
let lChanges = convertDiffLines(lDiffLines);
let lChanges = parseDiffLines(lDiffLines);
if (!lOptions.trackedOnly) {
lChanges = lChanges.concat(convertStatusLines(lStatusLines).filter(({ changeType }) => changeType === "untracked"));
lChanges = lChanges.concat(parseStatusLines(lStatusLines).filter(({ changeType }) => changeType === "untracked"));
}

@@ -16,0 +17,0 @@ return format(lChanges, lOptions.outputType);

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

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

@@ -45,12 +45,12 @@ "keywords": [

"devDependencies": {
"@types/node": "20.4.5",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@types/node": "20.5.1",
"@typescript-eslint/eslint-plugin": "6.4.1",
"c8": "8.0.1",
"dependency-cruiser": "13.1.1",
"eslint": "8.46.0",
"dependency-cruiser": "13.1.4",
"eslint": "8.47.0",
"eslint-config-moving-meadow": "4.0.2",
"eslint-config-prettier": "8.9.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-budapestian": "5.0.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-mocha": "10.1.0",

@@ -61,3 +61,3 @@ "eslint-plugin-node": "11.1.0",

"npm-run-all": "4.1.5",
"prettier": "3.0.0",
"prettier": "3.0.2",
"ts-node": "10.9.1",

@@ -77,5 +77,4 @@ "typescript": "5.1.6",

"clean": "rm -rf dist",
"test": "node --no-warnings --loader 'ts-node/esm' --test-reporter dot --test src/*.spec.ts src/**/*.spec.ts",
"test": "node --no-warnings --loader 'ts-node/esm' --test-reporter ./tools/dot-with-summary.reporter.js --test src/*.spec.ts src/**/*.spec.ts",
"test:cover": "c8 npm test",
"test:only-for-node-16-without-the-test-reporter": "node --no-warnings --loader 'ts-node/esm' --test src/*.spec.ts src/**/*.spec.ts",
"depcruise": "depcruise dist src types",

@@ -82,0 +81,0 @@ "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",

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