Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@argos-ci/browser

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@argos-ci/browser - npm Package Compare versions

Comparing version 1.4.1 to 1.5.0

5

dist/global.js

@@ -168,2 +168,7 @@ (function () {

images.forEach((img)=>{
// Force sync decoding
if (img.decoding !== "sync") {
img.decoding = "sync";
}
// Force eager loading
if (img.loading !== "eager") {

@@ -170,0 +175,0 @@ img.loading = "eager";

4

package.json
{
"name": "@argos-ci/browser",
"description": "Browser utilities to stabilize visual testing.",
"version": "1.4.1",
"version": "1.5.0",
"author": "Smooth Code",

@@ -46,3 +46,3 @@ "license": "MIT",

},
"gitHead": "47e813466b9224cb428eb44ee4d4d450f737763e"
"gitHead": "2db40cba98f08e1d0c7bc9a48042e2f05af8a401"
}

Sorry, the diff of this file is not supported yet

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