New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@augment-vir/common

Package Overview
Dependencies
Maintainers
1
Versions
237
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.6 to 6.2.0

2

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

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

import { AnyFunction } from '@augment-vir/common';
import { AnyFunction } from './function';
declare function getTypeOf(x: any): "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function";

@@ -3,0 +3,0 @@ export type TypeOf = ReturnType<typeof getTypeOf>;

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

import { AnyFunction } from '@augment-vir/common';
import { AnyFunction } from './function';
declare function getTypeOf(x: any): "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function";

@@ -3,0 +3,0 @@ export type TypeOf = ReturnType<typeof getTypeOf>;

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

import { AnyFunction } from '@augment-vir/common';
import { AnyFunction } from './function';
declare function getTypeOf(x: any): "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function";

@@ -3,0 +3,0 @@ export type TypeOf = ReturnType<typeof getTypeOf>;

{
"name": "@augment-vir/common",
"version": "6.1.6",
"version": "6.2.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