Huge News!Announcing our $40M Series B led by Abstract Ventures.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.6 to 0.0.7

5

ampersand-multiselect-view.js

@@ -270,2 +270,7 @@ /* $AMPERSAND_VERSION */

} else {
// Make sure values is an array of values
if (!Array.isArray(values)) {
values = [values];
}
// Only keep values that actually exist in the option set

@@ -272,0 +277,0 @@ this.value = values.filter(function(v) {

5

package.json
{
"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.6",
"version": "0.0.7",
"author": {

@@ -69,4 +69,3 @@ "name": "Kyle Farris",

"demo": "beefy demo/demo.js:demo.js --cwd demo",
"preversion": "git checkout master && git pull && npm ls",
"publish-patch": "npm run preversion && npm version patch && git push origin master --tags && npm publish",
"publish-patch": "npm version patch && git push origin master --tags && npm publish",
"publish-minor": "npm run preversion && npm version minor && git push origin master --tags && npm publish",

@@ -73,0 +72,0 @@ "publish-major": "npm run preversion && npm version major && git push origin master --tags && npm publish"

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