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

@stackoverflow/stacks

Package Overview
Dependencies
Maintainers
4
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stackoverflow/stacks - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

lib/test/s-avatar.test.ts

22

lib/test/s-button.visual.test.ts

@@ -1,12 +0,12 @@

import { html, fixture } from "@open-wc/testing";
import { visualDiff } from "@web/test-runner-visual-regression";
import "../ts/index";
// import { html, fixture } from "@open-wc/testing";
// import { visualDiff } from "@web/test-runner-visual-regression";
// import "../ts/index";
describe("s-btn", () => {
it("should not introduce visual regressions for loading button", async () => {
const btn = await fixture(html`
<button class="s-btn is-loading" type="button">Loading</button>
`);
await visualDiff(btn, "s-btn-is-loading");
});
});
// describe("s-btn", () => {
// it("should not introduce visual regressions for loading button", async () => {
// const btn = await fixture(html`
// <button class="s-btn is-loading" type="button">Loading</button>
// `);
// await visualDiff(btn, "s-btn-is-loading");
// });
// });

@@ -8,3 +8,3 @@ {

},
"version": "1.7.0",
"version": "1.7.1",
"files": [

@@ -11,0 +11,0 @@ "dist",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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