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 1.0.1 to 2.0.0

2

dist/version.js

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

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

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

"devDependencies": {
"@types/node": "20.5.1",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@types/node": "20.8.2",
"@typescript-eslint/eslint-plugin": "6.7.4",
"c8": "8.0.1",
"dependency-cruiser": "13.1.4",
"eslint": "8.47.0",
"dependency-cruiser": "14.1.0",
"eslint": "8.50.0",
"eslint-config-moving-meadow": "4.0.2",

@@ -56,3 +56,3 @@ "eslint-config-prettier": "9.0.0",

"eslint-plugin-import": "2.28.1",
"eslint-plugin-mocha": "10.1.0",
"eslint-plugin-mocha": "10.2.0",
"eslint-plugin-node": "11.1.0",

@@ -62,13 +62,13 @@ "eslint-plugin-security": "1.7.1",

"npm-run-all": "4.1.5",
"prettier": "3.0.2",
"ts-node": "10.9.1",
"typescript": "5.1.6",
"prettier": "3.0.3",
"tsx": "3.13.0",
"typescript": "5.2.2",
"upem": "8.0.0"
},
"engines": {
"node": "^16.14||>=18"
"node": "^18||>=20"
},
"scripts": {
"build": "npm-run-all --sequential build:clean build:version build:dist",
"build:version": "node --no-warnings --loader ts-node/esm tools/get-version.ts > src/version.ts",
"build:version": "tsx tools/get-version.ts > src/version.ts",
"build:clean": "rm -rf dist/*",

@@ -78,3 +78,3 @@ "build:dist": "tsc",

"clean": "rm -rf dist",
"test": "node --no-warnings --loader 'ts-node/esm' --test-reporter ./tools/dot-with-summary.reporter.js --test src/*.spec.ts src/**/*.spec.ts",
"test": "tsx --test-reporter ./tools/dot-with-summary.reporter.js --test src/*.spec.ts src/**/*.spec.ts",
"test:cover": "c8 npm test",

@@ -81,0 +81,0 @@ "depcruise": "depcruise dist src types",

@@ -10,4 +10,2 @@ # watskeburt

- :warning: Interface is stable, but can can change until 1.0.0 is published :warning:
## why?

@@ -107,2 +105,4 @@

Wazzup.
_watskeburt_ is a fast pronunciation of the Dutch "wat is er gebeurd?"

@@ -109,0 +109,0 @@ (_what has happened?_) or "wat er is gebeurd" (_what has happened_). It's

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