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

poku

Package Overview
Dependencies
Maintainers
1
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 1.9.0 to 1.9.1

2

lib/services/run-test-file.js

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

const outputs = (0, remove_repeats_js_1.removeConsecutiveRepeats)(showSuccess
? output.split(/(\r\n|\r|\n)/)
? [output]
: output.split(/(\r\n|\r|\n)/).filter((current) => {

@@ -44,0 +44,0 @@ if (current.includes('Exited with code'))

{
"name": "poku",
"version": "1.9.0",
"version": "1.9.1",
"description": "🐷 Poku makes testing easy for Node.js, Bun & Deno at the same time.",

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

"devDependencies": {
"@types/node": "^20.11.21",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@types/node": "^20.11.27",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"c8": "^9.1.0",

@@ -118,4 +118,4 @@ "eslint": "^8.57.0",

"tsx": "^4.7.1",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
}
}
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