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 28.0.1 to 28.0.2

5

dist/cjs/augments/common-string.js

@@ -46,3 +46,6 @@ "use strict";

input.replace(/\n/g, ' ');
return newLineReplacement.trim().replace(/\s{2,}/g, ' ');
return newLineReplacement
.trim()
.replace(/[^\S\r\n]/g, ' ')
.replace(/\s{2,}/g, ' ');
}

@@ -49,0 +52,0 @@ exports.collapseWhiteSpace = collapseWhiteSpace;

@@ -40,3 +40,6 @@ import { ansiRegex } from './ansi';

input.replace(/\n/g, ' ');
return newLineReplacement.trim().replace(/\s{2,}/g, ' ');
return newLineReplacement
.trim()
.replace(/[^\S\r\n]/g, ' ')
.replace(/\s{2,}/g, ' ');
}

@@ -43,0 +46,0 @@ /** Same as String.prototype.split but includes the delimiter to split by in the output array. */

2

package.json
{
"name": "@augment-vir/common",
"version": "28.0.1",
"version": "28.0.2",
"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