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

@augment-vir/core

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@augment-vir/core - npm Package Compare versions

Comparing version

to
31.2.0

12

dist/augments/object/object-value-types.d.ts
import type { CompleteRequire } from './required-keys.js';
/**
* Gets all values of an object.
* Gets the value types of an object with all parts of that object required.
*

@@ -9,4 +9,12 @@ * @category Object

*/
export type Values<T> = CompleteRequire<T>[keyof T];
export type CompleteValues<T> = CompleteRequire<T>[keyof T];
/**
* Gets the value types of an object.
*
* @category Object
* @category Package : @augment-vir/common
* @package [`@augment-vir/common`](https://www.npmjs.com/package/@augment-vir/common)
*/
export type Values<T> = T[keyof T];
/**
* Gets the value within an object when all its keys are required.

@@ -13,0 +21,0 @@ *

2

package.json
{
"name": "@augment-vir/core",
"version": "31.1.1",
"version": "31.2.0",
"description": "Core augment-vir augments. Use @augment-vir/common instead.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/electrovir/augment-vir",