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

@jennifersoft/demian-components

Package Overview
Dependencies
Maintainers
2
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jennifersoft/demian-components - npm Package Compare versions

Comparing version 0.3.15 to 0.3.16

3

dist/dropdown/application-selector.js

@@ -63,4 +63,3 @@ "use strict";

var popupData = this.props.data && this.props.data.length > 0 ?
this.props.data.filter(function (e) { return e.appId != _this.props.selectedAppId; })
.map(function (e) { return React.cloneElement(e.value, { large: true }); }) : [];
this.props.data.filter(function (e) { return e.appId != _this.props.selectedAppId; }).map(function (e) { return e.value; }) : [];
return (React.createElement(style_components_1.ApplicationSelectorPopup, { ref: this.popupRef, opened: this.state.opened },

@@ -67,0 +66,0 @@ React.createElement("ul", { ref: this.popupListRef, style: { overflowY: 'auto', maxHeight: this.props.maxHeight } }, popupData),

{
"name": "@jennifersoft/demian-components",
"version": "0.3.15",
"version": "0.3.16",
"description": "JENNIFER Front(Demian) Components",

@@ -5,0 +5,0 @@ "scripts": {

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