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 11.1.1 to 11.1.2

2

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

@@ -6,3 +6,3 @@ import { Jsonifiable } from 'type-fest';

export declare function isObject(input: any): input is NonNullable<object>;
export declare function areJsonEqual(a: Jsonifiable, b: Jsonifiable): boolean;
export declare function areJsonEqual(a: Jsonifiable | undefined, b: Jsonifiable | undefined): boolean;
/** The input here must be serializable otherwise JSON parsing errors will be thrown */

@@ -9,0 +9,0 @@ export declare function copyThroughJson<T>(input: T): T;

@@ -6,3 +6,3 @@ import { Jsonifiable } from 'type-fest';

export declare function isObject(input: any): input is NonNullable<object>;
export declare function areJsonEqual(a: Jsonifiable, b: Jsonifiable): boolean;
export declare function areJsonEqual(a: Jsonifiable | undefined, b: Jsonifiable | undefined): boolean;
/** The input here must be serializable otherwise JSON parsing errors will be thrown */

@@ -9,0 +9,0 @@ export declare function copyThroughJson<T>(input: T): T;

@@ -6,3 +6,3 @@ import { Jsonifiable } from 'type-fest';

export declare function isObject(input: any): input is NonNullable<object>;
export declare function areJsonEqual(a: Jsonifiable, b: Jsonifiable): boolean;
export declare function areJsonEqual(a: Jsonifiable | undefined, b: Jsonifiable | undefined): boolean;
/** The input here must be serializable otherwise JSON parsing errors will be thrown */

@@ -9,0 +9,0 @@ export declare function copyThroughJson<T>(input: T): T;

{
"name": "@augment-vir/common",
"version": "11.1.1",
"version": "11.1.2",
"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