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

sling-web-component-button

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sling-web-component-button - npm Package Compare versions

Comparing version 1.11.4 to 1.11.5

6

package.json
{
"name": "sling-web-component-button",
"version": "1.11.4",
"version": "1.11.5",
"description": "Sling Button",

@@ -10,5 +10,5 @@ "module": "src/index.js",

"dependencies": {
"sling-framework": "^1.11.4",
"sling-helpers": "^1.11.4"
"sling-framework": "^1.11.5",
"sling-helpers": "^1.11.5"
}
}

@@ -0,6 +1,8 @@

const component = 'sling-web-component-button';
const customCode = false;
module.exports = {
main: (browser) => {
browser.url('http://localhost:8080/')
.saveScreenshot('./reports/button-start.png')
browser.url(`http://localhost:8777/${customCode ? 'regression' : ''}/index.html`)
.saveScreenshot(`./reports/${component}/${component}-start.png`)
.elements('css selector', 'sling-button', (buttons) => {

@@ -11,3 +13,3 @@ buttons.value.forEach((button) => {

})
.saveScreenshot('./reports/button-end.png')
.saveScreenshot(`./reports/${component}/${component}-end.png`)
.assert.containsText('#counter', '110')

@@ -14,0 +16,0 @@ .end();

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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