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 2.1.1 to 2.1.2

4

dist/global.js

@@ -41,3 +41,3 @@ (function () {

*/ function setAndBackupSpellcheck(element, spellcheck) {
element.setAttribute("data-argos-bck-position", element.getAttribute("spellcheck") ?? "unset");
element.setAttribute("data-argos-bck-spellcheck", element.getAttribute("spellcheck") ?? "unset");
element.setAttribute("spellcheck", spellcheck);

@@ -66,2 +66,3 @@ }

}
input.removeAttribute("data-argos-bck-spellcheck");
});

@@ -135,2 +136,3 @@ }

}
element.removeAttribute("data-argos-bck-position");
});

@@ -137,0 +139,0 @@ }

{
"name": "@argos-ci/browser",
"description": "Browser utilities to stabilize visual testing.",
"version": "2.1.1",
"version": "2.1.2",
"author": "Smooth Code",

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

},
"gitHead": "f2c984da3cf1da7e88dce8c0e90870133da4aae5"
"gitHead": "0b8d5b41b6d985dfe671a11867d015cc7bfdfc7d"
}

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