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

@ebay/ebayui-core

Package Overview
Dependencies
Maintainers
10
Versions
471
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ebay/ebayui-core - npm Package Compare versions

Comparing version 0.2.0-2 to 0.2.0

2

dist/components/ebay-select/index.js

@@ -201,3 +201,3 @@ 'use strict';

var newOptionSelected = this.state.options.filter(function (option) {
return option.value === optionValue;
return option.value.toString() === optionValue;
})[0];

@@ -204,0 +204,0 @@ var newOptionSelectedValue = newOptionSelected && newOptionSelected.value;

{
"name": "@ebay/ebayui-core",
"version": "0.2.0-2",
"version": "0.2.0",
"scripts": {

@@ -5,0 +5,0 @@ "installMarkoV3": "yarn add marko@^3 marko-widgets@^6 -D",

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