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 12.9.1 to 12.10.0

3

dist/cjs/augments/object/object.d.ts

@@ -5,2 +5,5 @@ import { JsonCompatibleValue } from '../json-compatible';

};
export type PartialAndUndefined<T extends object> = {
[Prop in keyof T]?: T[Prop] | undefined;
};
export declare function isObject(input: any): input is NonNullable<object>;

@@ -7,0 +10,0 @@ export declare function areJsonEqual(a: Readonly<JsonCompatibleValue | undefined>, b: Readonly<JsonCompatibleValue | undefined>): boolean;

@@ -5,2 +5,5 @@ import { JsonCompatibleValue } from '../json-compatible';

};
export type PartialAndUndefined<T extends object> = {
[Prop in keyof T]?: T[Prop] | undefined;
};
export declare function isObject(input: any): input is NonNullable<object>;

@@ -7,0 +10,0 @@ export declare function areJsonEqual(a: Readonly<JsonCompatibleValue | undefined>, b: Readonly<JsonCompatibleValue | undefined>): boolean;

@@ -5,2 +5,5 @@ import { JsonCompatibleValue } from '../json-compatible';

};
export type PartialAndUndefined<T extends object> = {
[Prop in keyof T]?: T[Prop] | undefined;
};
export declare function isObject(input: any): input is NonNullable<object>;

@@ -7,0 +10,0 @@ export declare function areJsonEqual(a: Readonly<JsonCompatibleValue | undefined>, b: Readonly<JsonCompatibleValue | undefined>): boolean;

2

package.json
{
"name": "@augment-vir/common",
"version": "12.9.1",
"version": "12.10.0",
"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