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

@code.gov/code-gov-style

Package Overview
Dependencies
Maintainers
2
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@code.gov/code-gov-style - npm Package Compare versions

Comparing version 1.7.11 to 1.7.12

4

assets/js/web_components.js

@@ -59,7 +59,7 @@ (function(){

get collapsed() {
return this.className.includes("collapsed");
return this.className.indexOf("collapsed") > -1;
}
get showAll() {
return this.className.includes("showAll");
return this.className.indexOf("showAll") > -1;
}

@@ -66,0 +66,0 @@

@@ -19,7 +19,7 @@ 'use strict';

get collapsed() {
return this.className.includes("collapsed");
return this.className.indexOf("collapsed") > -1;
}
get showAll() {
return this.className.includes("showAll");
return this.className.indexOf("showAll") > -1;
}

@@ -26,0 +26,0 @@

{
"name": "@code.gov/code-gov-style",
"version": "1.7.11",
"version": "1.7.12",
"description": "Style for code.gov including buttons, banners, and cards. Inspired by and somewhat based on USWDS.",

@@ -5,0 +5,0 @@ "main": "index.js",

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