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

ampersand-multiselect-view

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ampersand-multiselect-view - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

ampersand-multiselect-view.js

@@ -232,3 +232,5 @@ /* $AMPERSAND_VERSION */

var option = this.select.querySelector('[value="'+v+'"]');
option.selected = true;
if (option && 'selected' in option) {
option.selected = true;
}
}.bind(this));

@@ -235,0 +237,0 @@

{
"name": "ampersand-multiselect-view",
"description": "A view module for intelligently rendering and validating multiple selectbox input. Works well with ampersand-form-view. Based off of ampersand-select-view.",
"version": "0.0.4",
"version": "0.0.5",
"author": {

@@ -23,6 +23,6 @@ "name": "Kyle Farris",

"dependencies": {
"ampersand-dom": "^1.1.0",
"ampersand-version": "^1.0.1",
"ampersand-view": "^7.3.0",
"domify": "^1.2.2",
"ampersand-dom": "^1.5.0",
"ampersand-version": "^1.0.2",
"ampersand-view": "^10.0.1",
"domify": "^1.4.0",
"matches-selector": "^1.0.0"

@@ -29,0 +29,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