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
238
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 23.3.4 to 23.4.0

dist/cjs/augments/array/array.js

3

dist/cjs/index.js

@@ -18,3 +18,4 @@ "use strict";

__exportStar(require("./augments/ansi"), exports);
__exportStar(require("./augments/array"), exports);
__exportStar(require("./augments/array/array"), exports);
__exportStar(require("./augments/array/remove-duplicates"), exports);
__exportStar(require("./augments/async"), exports);

@@ -21,0 +22,0 @@ __exportStar(require("./augments/boolean"), exports);

export * from './augments/ansi';
export * from './augments/array';
export * from './augments/array/array';
export * from './augments/array/remove-duplicates';
export * from './augments/async';

@@ -4,0 +5,0 @@ export * from './augments/boolean';

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

import { AtLeastOneEntryArray } from '../array';
import { AtLeastOneEntryArray } from '../array/array';
import { NoInfer } from '../type';

@@ -3,0 +3,0 @@ /**

export * from './augments/ansi';
export * from './augments/array';
export * from './augments/array/array';
export * from './augments/array/remove-duplicates';
export * from './augments/async';

@@ -4,0 +5,0 @@ export * from './augments/boolean';

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