🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@sebspark/logging

Package Overview
Dependencies
Maintainers
4
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sebspark/logging - npm Package Compare versions

Comparing version
0.0.4
to
0.0.5
+6
-3
package.json
{
"name": "@sebspark/logging",
"version": "0.0.4",
"version": "0.0.5",
"license": "UNLICENSED",

@@ -13,8 +13,11 @@ "main": "dist/index.js",

"build": "tsup-node src/index.ts --format esm,cjs --dts",
"dev": "tsc --watch --noEmit",
"lint": "eslint \"src/**/*.ts*\"",
"test": "vitest run"
"test": "vitest",
"typecheck": "vitest typecheck --passWithNoTests",
"format": "prettier --check --ignore-path ../../.prettierignore ."
},
"devDependencies": {
"tsconfig": "*"
"@sebspark/tsconfig": "*"
}
}

@@ -1,7 +0,3 @@

# logging
# `@sebspark/logging`
This library was generated with [Nx](https://nx.dev).
## Running unit tests
Run `nx test logging` to execute the unit tests via [Jest](https://jestjs.io).
A pubsub subscriber helper.