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.6.0 to 2.6.1-canary.228177f

lib/modules/helpers/modifiers.d.ts

7

lib/modules/helpers/describe.js

@@ -8,4 +8,3 @@ "use strict";

const indentation_js_1 = require("../../configs/indentation.js");
const todo_js_1 = require("./it/todo.js");
const skip_js_1 = require("./it/skip.js");
const modifiers_js_1 = require("./modifiers.js");
async function describeCore(arg1, arg2) {

@@ -52,4 +51,4 @@ let title;

exports.describe = Object.assign(describeCore, {
todo: todo_js_1.todo,
skip: skip_js_1.skip,
todo: modifiers_js_1.todo,
skip: modifiers_js_1.skip,
});

@@ -9,4 +9,3 @@ "use strict";

const write_js_1 = require("../../../services/write.js");
const todo_js_1 = require("./todo.js");
const skip_js_1 = require("./skip.js");
const modifiers_js_1 = require("../modifiers.js");
async function itCore(...args) {

@@ -62,4 +61,4 @@ try {

exports.it = Object.assign(itCore, {
todo: todo_js_1.todo,
skip: skip_js_1.skip,
todo: modifiers_js_1.todo,
skip: modifiers_js_1.skip,
});
{
"name": "poku",
"version": "2.6.0",
"version": "2.6.1-canary.228177f",
"description": "🐷 Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.",

@@ -60,3 +60,3 @@ "main": "./lib/modules/index.js",

"@biomejs/biome": "1.8.3",
"@types/node": "^22.5.3",
"@types/node": "^22.5.4",
"c8": "^10.1.2",

@@ -63,0 +63,0 @@ "jsonc.min": "^1.1.0",

@@ -261,3 +261,4 @@ <div align="center">

> You can see how the tests are run and compared in the [benchmark](https://github.com/wellwelwel/poku/tree/main/benchmark) directory.
> - You can see how the tests are run and compared in the [benchmark](https://github.com/wellwelwel/poku/tree/main/benchmark) directory.
> - [Comparing **Poku** and native test runners _(discussion)_](https://github.com/wellwelwel/poku/discussions/740).

@@ -264,0 +265,0 @@ ---

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