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.14a1517 to 2.6.3-canary.402af07

lib/bin/help.js

5

lib/bin/index.js

@@ -21,2 +21,7 @@ #! /usr/bin/env node

}
if ((0, get_arg_js_1.hasArg)('help') || (0, get_arg_js_1.hasArg)('h', '-')) {
const { help } = require('./help.js');
help();
return;
}
const enforce = (0, get_arg_js_1.hasArg)('enforce') || (0, get_arg_js_1.hasArg)('x', '-');

@@ -23,0 +28,0 @@ const configFile = (0, get_arg_js_1.getArg)('config') || (0, get_arg_js_1.getArg)('c', '-');

2

lib/configs/poku.js

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

};
exports.VERSION = '2.6.3-canary.14a1517';
exports.VERSION = '2.6.3-canary.402af07';
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.strict = void 0;
const strict_1 = __importDefault(require("assert/strict"));
const assert_js_1 = require("../../builders/assert.js");
exports.strict = (0, assert_js_1.createAssert)(strict_1.default);
const get_runtime_js_1 = require("../../parsers/get-runtime.js");
const nodeAssert = !get_runtime_js_1.nodeVersion || get_runtime_js_1.nodeVersion >= 16
? require("assert/strict")
: require("assert");
exports.strict = (0, assert_js_1.createAssert)(nodeAssert);
{
"name": "poku",
"version": "2.6.3-canary.14a1517",
"version": "2.6.3-canary.402af07",
"description": "🐷 Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.",

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

"tsx": "4.19.0",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},

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

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