New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@thi.ng/testament

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/testament - npm Package Compare versions

Comparing version 0.4.24 to 0.4.25

2

CHANGELOG.md
# Change Log
- **Last updated**: 2024-03-27T09:53:46Z
- **Last updated**: 2024-04-08T14:59:30Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -5,0 +5,0 @@

{
"name": "@thi.ng/testament",
"version": "0.4.24",
"version": "0.4.25",
"description": "Minimal, rational & TypeScript-friendly test runner, result export as CSV/JSON, watch mode, file fixtures",

@@ -40,3 +40,3 @@ "type": "module",

"dependencies": {
"@thi.ng/logger": "^3.0.7",
"@thi.ng/logger": "^3.0.8",
"chokidar": "^3.6.0"

@@ -102,6 +102,7 @@ },

"thi.ng": {
"alias": "test",
"status": "alpha",
"year": 2021
},
"gitHead": "feb3b24654f2c931cd3c3308c1c0c807ee14d0e4\n"
"gitHead": "85ac4bd4d6d89f8e3689e2863d5bea0cecdb371c\n"
}

@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! -->

> [!NOTE]
> This is one of 190 standalone projects, maintained as part
> This is one of 191 standalone projects, maintained as part
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo

@@ -44,4 +44,10 @@ > and anti-framework.

ES module import:
ESM import:
```ts
import * as test from "@thi.ng/testament";
```
Browser ESM import:
```html

@@ -56,3 +62,3 @@ <script type="module" src="https://cdn.skypack.dev/@thi.ng/testament"></script>

```js
const testament = await import("@thi.ng/testament");
const test = await import("@thi.ng/testament");
```

@@ -59,0 +65,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