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

ipyvolume

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipyvolume - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "ipyvolume",
"version": "0.2.0",
"version": "0.2.1",
"description": "IPython widget for rendering 3d volumes",

@@ -5,0 +5,0 @@ "author": "Maarten A. Breddels",

@@ -379,2 +379,4 @@ define(["jupyter-js-widgets", "underscore", "three", "gl-matrix"],

var selected_previous = "selected" in this.previous_values ? this.previous_values["selected"] : selected;
if(!selected_previous)
selected_previous = []

@@ -381,0 +383,0 @@ var scales = new THREE.InstancedBufferAttribute(new Float32Array( max_count ), 1, 1);

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