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

@activeui-starter/boxplot

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

@activeui-starter/boxplot - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

lib/Boxplot.js

@@ -32,5 +32,3 @@ var __assign = (this && this.__assign) || function () {

}
console.log(data);
var traces = buildBoxplotData(data);
console.log(traces);
return (React.createElement("div", { ref: container, tabIndex: 0, style: __assign(__assign({}, props.style), { height: '95%' }) },

@@ -37,0 +35,0 @@ React.createElement(Plot, { data: traces, layout: {

4

package.json
{
"name": "@activeui-starter/boxplot",
"version": "2.0.0",
"version": "2.0.1",
"description": "",

@@ -24,3 +24,3 @@ "author": "",

},
"gitHead": "b5dcda55c6d7e7a79ff42b59cabba18953e9822e"
"gitHead": "73e4a52e12748a500f816611ea2e69cc0b67a0bf"
}
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