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.5 to 0.0.6

2

ampersand-multiselect-view.js

@@ -336,3 +336,3 @@ /* $AMPERSAND_VERSION */

}
return this.yieldModel ? model : model[this.idAttribute];
return this.yieldModels ? model : model[this.idAttribute];
} else if (Array.isArray(this.options)) {

@@ -339,0 +339,0 @@ // find value value in options array

{
"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.5",
"version": "0.0.6",
"author": {

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

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