Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@augment-vir/common

Package Overview
Dependencies
Maintainers
0
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@augment-vir/common - npm Package Compare versions

Comparing version 31.2.0 to 31.2.1

3

dist/augments/object/key-count.d.ts

@@ -1,2 +0,1 @@

import type { AnyObject } from '@augment-vir/core';
/**

@@ -10,3 +9,3 @@ * Counts the number of unique keys in an object type. Note that a key of just `string` will count

*/
export type KeyCount<T extends AnyObject> = UnionToTuple<keyof T>['length'];
export type KeyCount<T> = UnionToTuple<keyof T>['length'];
/**

@@ -13,0 +12,0 @@ * This is not exported because its order is not stable but it's okay for our simple use case where

{
"name": "@augment-vir/common",
"version": "31.2.0",
"version": "31.2.1",
"description": "A collection of augments, helpers types, functions, and classes for any JavaScript environment.",

@@ -42,4 +42,4 @@ "keywords": [

"dependencies": {
"@augment-vir/assert": "^31.2.0",
"@augment-vir/core": "^31.2.0",
"@augment-vir/assert": "^31.2.1",
"@augment-vir/core": "^31.2.1",
"@date-vir/duration": "^7.0.1",

@@ -46,0 +46,0 @@ "ansi-styles": "^6.2.1",

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