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.5 to 6.1.6

2

dist/cjs/augments/type-of.d.ts

@@ -11,3 +11,3 @@ import { AnyFunction } from '@augment-vir/common';

number: number;
object: object;
object: Record<PropertyKey, unknown>;
string: string;

@@ -14,0 +14,0 @@ symbol: symbol;

@@ -11,3 +11,3 @@ import { AnyFunction } from '@augment-vir/common';

number: number;
object: object;
object: Record<PropertyKey, unknown>;
string: string;

@@ -14,0 +14,0 @@ symbol: symbol;

@@ -11,3 +11,3 @@ import { AnyFunction } from '@augment-vir/common';

number: number;
object: object;
object: Record<PropertyKey, unknown>;
string: string;

@@ -14,0 +14,0 @@ symbol: symbol;

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

@@ -25,6 +25,6 @@ "bugs": {

"dependencies": {
"type-fest": "^3.3.0"
"type-fest": "^3.4.0"
},
"devDependencies": {
"typescript": "^4.9.3"
"typescript": "^4.9.4"
},

@@ -31,0 +31,0 @@ "publishConfig": {

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