Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More β†’
Socket
Sign inDemoInstall
Socket

poku

Package Overview
Dependencies
Maintainers
0
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

poku - npm Package Compare versions

Comparing version 2.7.0 to 2.7.1-canary.2d00338

2

lib/configs/poku.js

@@ -10,3 +10,3 @@ "use strict";

};
exports.VERSION = '2.7.0';
exports.VERSION = '2.7.1-canary.2d00338';
exports.deepOptions = [];

@@ -5,8 +5,9 @@ "use strict";

const node_process_1 = require("process");
const columns = Math.max((node_process_1.stdout.columns || 50) - 10, 40);
exports.Write = {
log: (data) => node_process_1.stdout.write(`${String(data)}\n`),
hr: () => {
const line = '─'.repeat(node_process_1.stdout.columns - 10 || 40);
const line = '─'.repeat(columns);
exports.Write.log(`\n\x1b[2m\x1b[90m${line}\x1b[0m\n`);
},
};
{
"name": "poku",
"version": "2.7.0",
"version": "2.7.1-canary.2d00338",
"description": "🐷 Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.",

@@ -59,11 +59,11 @@ "main": "./lib/modules/index.js",

"devDependencies": {
"@biomejs/biome": "1.9.1",
"@types/node": "^22.5.5",
"@biomejs/biome": "1.9.4",
"@types/node": "^22.8.0",
"c8": "^10.1.2",
"jsonc.min": "^1.1.0",
"monocart-coverage-reports": "^2.10.8",
"monocart-coverage-reports": "^2.11.1",
"packages-update": "^2.0.0",
"prettier": "^3.3.3",
"tsx": "4.19.1",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},

@@ -70,0 +70,0 @@ "keywords": [

@@ -200,2 +200,6 @@ <div align="center">

<tr>
<td><a href="https://poku.io/docs/documentation/helpers/only">only</a></td>
<td>🌌 Debug tests by enabling selective runs.</td>
</tr>
<tr>
<td><a href="https://poku.io/docs/documentation/helpers/processes/get-pids">getPIDs</a></td>

@@ -259,4 +263,4 @@ <td>πŸ•΅πŸ» Debug processes IDs using ports and port ranges.</td>

- ~**4x** faster than [**Jest**](https://github.com/jestjs/jest) (v29.7.0)
- ~**3x** faster than [**Vitest**](https://github.com/vitest-dev/vitest) (v1.6.0)
- ~**1x** faster than [**Mocha**](https://github.com/mochajs/mocha) (v10.4.0) + [**Chai**](https://github.com/chaijs/chai) (v5.1.1)
- ~**4x** faster than [**Vitest**](https://github.com/vitest-dev/vitest) (v2.1.3)
- ~**2x** faster than [**Mocha**](https://github.com/mochajs/mocha) (v10.7.3) β€” _even with test file isolation_

@@ -263,0 +267,0 @@ > - You can see how the tests are run and compared in the [benchmark](https://github.com/wellwelwel/poku/tree/main/benchmark) directory.

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