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 26.3.2 to 26.3.3

3

dist/types/augments/object/object.d.ts

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

import { Writable } from 'type-fest';
export type PartialAndNullable<T extends object> = {

@@ -10,3 +11,3 @@ [Prop in keyof T]?: T[Prop] | null | undefined;

/** The input here must be serializable otherwise JSON parsing errors will be thrown */
export declare function copyThroughJson<T>(input: T): T;
export declare function copyThroughJson<T>(input: Readonly<T>): Writable<T>;
export type PropertyValueType<T> = T[keyof T];

@@ -13,0 +14,0 @@ export type ExtractKeysWithMatchingValues<OriginalObject extends object, Matcher> = keyof {

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