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
3
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.10.0 to 1.10.1

6

assets/js/code-gov-web-components.js

@@ -228,2 +228,8 @@ 'use strict';

}
var newEvent = new CustomEvent('change', {
target: _this3
});
_this3.dispatchEvent(newEvent);
}, false);

@@ -230,0 +236,0 @@ });

@@ -8,2 +8,4 @@ ---

# Simple Filter Box

@@ -14,2 +16,7 @@ <filter-box

></filter-box>
<script>
document.querySelector("filter-box").addEventListener('change', function handleChange(event) {
console.log("event:", event);
});
</script>
```

@@ -16,0 +23,0 @@ <filter-box

@@ -228,2 +228,8 @@ 'use strict';

}
var newEvent = new CustomEvent('change', {
target: _this3
});
_this3.dispatchEvent(newEvent);
}, false);

@@ -230,0 +236,0 @@ });

2

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

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

@@ -142,2 +142,6 @@ 'use strict';

}
const newEvent = new CustomEvent('change', { target: this });
this.dispatchEvent(newEvent);
}, false);

@@ -144,0 +148,0 @@ });

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