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

@augment-vir/assert

Package Overview
Dependencies
Maintainers
0
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@augment-vir/assert - npm Package Compare versions

Comparing version

to
31.9.3

4

dist/assertions/equality/ts-type-equality.d.ts

@@ -14,6 +14,6 @@ import { type ExpectTypeOf } from 'expect-type';

positive: true;
}>['toMatchTypeOf'];
}>['toExtend'];
notMatches: ExpectTypeOf<TestingType, {
positive: false;
}>['toMatchTypeOf'];
}>['toExtend'];
};

@@ -20,0 +20,0 @@ declare function tsType<Actual>(

{
"name": "@augment-vir/assert",
"version": "31.9.2",
"version": "31.9.3",
"description": "A collection of assertions for test and production code alike.",

@@ -44,7 +44,7 @@ "keywords": [

"dependencies": {
"@augment-vir/core": "^31.9.2",
"@date-vir/duration": "^7.2.0",
"@augment-vir/core": "^31.9.3",
"@date-vir/duration": "^7.2.1",
"deep-eql": "^5.0.2",
"expect-type": "^1.1.0",
"type-fest": "^4.35.0"
"expect-type": "^1.2.0",
"type-fest": "^4.37.0"
},

@@ -60,3 +60,3 @@ "devDependencies": {

"istanbul-smart-text-reporter": "^1.1.5",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
},

@@ -63,0 +63,0 @@ "engines": {