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

@augment-vir/common

Package Overview
Dependencies
Maintainers
1
Versions
222
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 6.1.3 to 6.1.4

2

dist/cjs/augments/object.d.ts

@@ -48,3 +48,3 @@ import { AtLeastOneEntryArray } from './array';

};
type NestedBoolean<MatchObject extends object> = Partial<{
export type NestedBoolean<MatchObject extends object> = Partial<{
[Prop in keyof MatchObject]: MatchObject[Prop] extends object ? NestedBoolean<MatchObject[Prop]> | boolean : boolean;

@@ -51,0 +51,0 @@ }>;

@@ -48,3 +48,3 @@ import { AtLeastOneEntryArray } from './array';

};
type NestedBoolean<MatchObject extends object> = Partial<{
export type NestedBoolean<MatchObject extends object> = Partial<{
[Prop in keyof MatchObject]: MatchObject[Prop] extends object ? NestedBoolean<MatchObject[Prop]> | boolean : boolean;

@@ -51,0 +51,0 @@ }>;

@@ -48,3 +48,3 @@ import { AtLeastOneEntryArray } from './array';

};
type NestedBoolean<MatchObject extends object> = Partial<{
export type NestedBoolean<MatchObject extends object> = Partial<{
[Prop in keyof MatchObject]: MatchObject[Prop] extends object ? NestedBoolean<MatchObject[Prop]> | boolean : boolean;

@@ -51,0 +51,0 @@ }>;

{
"name": "@augment-vir/common",
"version": "6.1.3",
"version": "6.1.4",
"homepage": "https://github.com/electrovir/augment-vir/tree/main/packages/common",

@@ -5,0 +5,0 @@ "bugs": {

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