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

@augment-vir/browser

Package Overview
Dependencies
Maintainers
1
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@augment-vir/browser - npm Package Compare versions

Comparing version 22.2.0 to 22.2.1

4

dist/augments/elements/text-width.js

@@ -20,3 +20,5 @@ import { waitForCondition } from '@augment-vir/common';

textWrapperElement.setAttribute('aria-hidden', 'true');
parentElement.appendChild(textWrapperElement);
/** Automatically account for shadow roots. */
const childAttachPoint = parentElement.shadowRoot || parentElement;
childAttachPoint.appendChild(textWrapperElement);
let latestSize;

@@ -23,0 +25,0 @@ /**

{
"name": "@augment-vir/browser",
"version": "22.2.0",
"version": "22.2.1",
"homepage": "https://github.com/electrovir/augment-vir/tree/main/packages/browser",

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

"dependencies": {
"@augment-vir/common": "^22.2.0",
"@augment-vir/common": "^22.2.1",
"html-spec-tags": "^1.0.3",

@@ -33,3 +33,3 @@ "run-time-assertions": "^0.3.0"

"devDependencies": {
"@augment-vir/browser-testing": "^22.2.0",
"@augment-vir/browser-testing": "^22.2.1",
"@open-wc/testing": "^4.0.0",

@@ -36,0 +36,0 @@ "@types/chai": "^4.3.11",

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