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 19.6.0 to 20.0.0

dist/cjs/augments/random.js

1

dist/cjs/index.js

@@ -44,2 +44,3 @@ "use strict";

__exportStar(require("./augments/promise"), exports);
__exportStar(require("./augments/random"), exports);
__exportStar(require("./augments/regexp"), exports);

@@ -46,0 +47,0 @@ __exportStar(require("./augments/runtime-type-of"), exports);

@@ -28,2 +28,3 @@ export * from './augments/ansi';

export * from './augments/promise';
export * from './augments/random';
export * from './augments/regexp';

@@ -30,0 +31,0 @@ export * from './augments/runtime-type-of';

@@ -28,2 +28,3 @@ export * from './augments/ansi';

export * from './augments/promise';
export * from './augments/random';
export * from './augments/regexp';

@@ -30,0 +31,0 @@ export * from './augments/runtime-type-of';

3

package.json
{
"name": "@augment-vir/common",
"version": "19.6.0",
"version": "20.0.0",
"homepage": "https://github.com/electrovir/augment-vir/tree/main/packages/common",

@@ -27,2 +27,3 @@ "bugs": {

"dependencies": {
"browser-or-node": "^2.1.1",
"type-fest": "^4.4.0"

@@ -29,0 +30,0 @@ },

@@ -6,1 +6,3 @@ # @augment-vir/common

This `common` package is for environment-agnostic augments. Everything in here will work in Node.js or the browser with identical results.
Note that the `random*` functions exported by this package will not work in Node.js < v19.0.0.
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