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.3-canary.7658609 to 2.6.3-canary.0af5c8f

2

lib/configs/poku.js

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

};
exports.VERSION = '2.6.3-canary.7658609';
exports.VERSION = '2.6.3-canary.0af5c8f';
exports.deepOptions = [];

@@ -6,6 +6,5 @@ import type { DescribeOptions } from '../../@types/describe.js';

declare function describeCore(message: string, cb: () => unknown): void;
declare function describeCore(message: string, options: DescribeOptions): void;
declare function describeCore(message: string, options?: DescribeOptions): void;
declare function describeCore(cb: () => Promise<unknown>): Promise<void>;
declare function describeCore(cb: () => unknown): void;
declare function describeCore(message: string, options?: DescribeOptions): void;
export declare const describe: typeof describeCore & {

@@ -12,0 +11,0 @@ todo: typeof todo;

{
"name": "poku",
"version": "2.6.3-canary.7658609",
"version": "2.6.3-canary.0af5c8f",
"description": "🐷 Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.",

@@ -5,0 +5,0 @@ "main": "./lib/modules/index.js",

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