New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@ctx-core/assert

Package Overview
Dependencies
Maintainers
1
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ctx-core/assert - npm Package Compare versions

Comparing version
6.2.9
to
6.2.10
+7
-6
package.json
{
"name": "@ctx-core/assert",
"version": "6.2.9",
"version": "6.2.10",
"description": "ctx-core assertions",

@@ -32,5 +32,5 @@ "keywords": [

"devDependencies": {
"c8": "^8.0.1",
"c8": "^9.1.0",
"check-dts": "^0.7.2",
"tsx": "^4.7.0",
"tsx": "^4.7.1",
"typescript": "next",

@@ -48,6 +48,7 @@ "uvu": "^0.5.6"

"exec": "$@",
"test": "pnpm test-unit && check-dts",
"test-unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
"test-unit-coverage": "c8 pnpm test-unit"
"test": "pnpm test:unit && pnpm test:types",
"test:types": "check-dts",
"test:unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
"test:unit:coverage": "c8 pnpm test:unit"
}
}