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

@vitessce/constants-internal

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vitessce/constants-internal - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

2

dist-tsc/constants.d.ts

@@ -84,2 +84,4 @@ export namespace ViewType {

export namespace CoordinationType {
const META_COORDINATION_SCOPES: string;
const META_COORDINATION_SCOPES_BY: string;
const DATASET: string;

@@ -86,0 +88,0 @@ const OBS_TYPE: string;

@@ -105,2 +105,6 @@ /**

export const CoordinationType = {
// Meta coordination scopes
META_COORDINATION_SCOPES: 'metaCoordinationScopes',
META_COORDINATION_SCOPES_BY: 'metaCoordinationScopesBy',
// Other coordination scopes
DATASET: 'dataset',

@@ -107,0 +111,0 @@ // Entity types

@@ -96,2 +96,6 @@ const ViewType = {

const CoordinationType = {
// Meta coordination scopes
META_COORDINATION_SCOPES: "metaCoordinationScopes",
META_COORDINATION_SCOPES_BY: "metaCoordinationScopesBy",
// Other coordination scopes
DATASET: "dataset",

@@ -98,0 +102,0 @@ // Entity types

2

package.json
{
"name": "@vitessce/constants-internal",
"version": "3.0.1",
"version": "3.1.0",
"author": "Gehlenborg Lab",

@@ -5,0 +5,0 @@ "homepage": "http://vitessce.io",

@@ -109,2 +109,6 @@ /**

export const CoordinationType = {
// Meta coordination scopes
META_COORDINATION_SCOPES: 'metaCoordinationScopes',
META_COORDINATION_SCOPES_BY: 'metaCoordinationScopesBy',
// Other coordination scopes
DATASET: 'dataset',

@@ -111,0 +115,0 @@ // Entity types

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