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

aeexplorer

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aeexplorer - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

package.json
{
"name": "aeexplorer",
"version": "3.0.0",
"version": "3.0.1",
"description": "An interactive tool that allows users to dynamically query adverse event data in real time.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -21,2 +21,10 @@ /*------------------------------------------------------------------------------------------------\

//drop filters with 0 or 1 levels and throw a warning
chart.config.variables.filters = chart.config.variables.filters.filter(function(d){
if(d.values.length<=1){
console.warn(d.value_col + " filter not shown since the variable has less than 2 levels")
}
return d.values.length>1
})
//Clear custom controls.

@@ -23,0 +31,0 @@ selector.selectAll('ul.nav').remove();

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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