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.10
to
6.2.11
+9
-6
package.json
{
"name": "@ctx-core/assert",
"version": "6.2.10",
"version": "6.2.11",
"description": "ctx-core assertions",

@@ -18,3 +18,7 @@ "keywords": [

"license": "Apache-2.0",
"author": "Brian Takita",
"author": {
"name": "Brian Takita",
"url": "https://briantakita.me",
"email": "info+ctx-core-assert@briantakita.me"
},
"type": "module",

@@ -40,4 +44,3 @@ "files": [

"publishConfig": {
"access": "public",
"cache": "~/.npm"
"access": "public"
},

@@ -49,7 +52,7 @@ "sideEffects": false,

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