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

sigma

Package Overview
Dependencies
Maintainers
2
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sigma - npm Package Compare versions

Comparing version 3.0.0-beta.16 to 3.0.0-beta.17

dist/index-017ffe5c.cjs.dev.js

1

dist/declarations/src/rendering/utils.d.ts
export declare function loadVertexShader(gl: WebGLRenderingContext, source: string): WebGLShader;
export declare function loadFragmentShader(gl: WebGLRenderingContext, source: string): WebGLShader;
export declare function loadProgram(gl: WebGLRenderingContext, shaders: Array<WebGLShader>): WebGLProgram;
export declare function numberToGLSLFloat(n: number): string;

4

package.json
{
"name": "sigma",
"version": "3.0.0-beta.16",
"version": "3.0.0-beta.17",
"description": "A JavaScript library aimed at visualizing graphs of thousands of nodes and edges.",

@@ -93,3 +93,3 @@ "homepage": "https://www.sigmajs.org",

},
"gitHead": "89a1be9953dd3488546fabc880dac262d5019c67"
"gitHead": "708bfed55d0eec0a24dee7e9c99d265a9f32b621"
}

@@ -5,3 +5,3 @@ 'use strict';

var index = require('../../dist/index-db337833.cjs.dev.js');
var index = require('../../dist/index-017ffe5c.cjs.dev.js');
var inherits = require('../../dist/inherits-4172bb27.cjs.dev.js');

@@ -298,4 +298,5 @@ var colors = require('../../dist/colors-a4626581.cjs.dev.js');

exports.loadVertexShader = index.loadVertexShader;
exports.numberToGLSLFloat = index.numberToGLSLFloat;
exports.EdgeLineProgram = EdgeLineProgram;
exports.EdgeTriangleProgram = EdgeTriangleProgram;
exports.NodePointProgram = NodePointProgram;

@@ -5,3 +5,3 @@ 'use strict';

var index = require('../../dist/index-6bfbbdfe.cjs.prod.js');
var index = require('../../dist/index-df506141.cjs.prod.js');
var inherits = require('../../dist/inherits-fd41da79.cjs.prod.js');

@@ -298,4 +298,5 @@ var colors = require('../../dist/colors-d415fc58.cjs.prod.js');

exports.loadVertexShader = index.loadVertexShader;
exports.numberToGLSLFloat = index.numberToGLSLFloat;
exports.EdgeLineProgram = EdgeLineProgram;
exports.EdgeTriangleProgram = EdgeTriangleProgram;
exports.NodePointProgram = NodePointProgram;

@@ -1,3 +0,3 @@

import { f as NodeProgram, g as EdgeProgram } from '../../dist/index-d20a048d.esm.js';
export { i as AbstractEdgeProgram, A as AbstractNodeProgram, k as AbstractProgram, l as EdgeArrowHeadProgram, E as EdgeArrowProgram, m as EdgeClampedProgram, g as EdgeProgram, e as EdgeRectangleProgram, N as NodeCircleProgram, f as NodeProgram, P as Program, j as createEdgeCompoundProgram, h as createNodeCompoundProgram, c as drawDiscNodeHover, b as drawDiscNodeLabel, d as drawStraightEdgeLabel, o as loadFragmentShader, p as loadProgram, n as loadVertexShader } from '../../dist/index-d20a048d.esm.js';
import { f as NodeProgram, g as EdgeProgram } from '../../dist/index-29acc883.esm.js';
export { i as AbstractEdgeProgram, A as AbstractNodeProgram, k as AbstractProgram, l as EdgeArrowHeadProgram, E as EdgeArrowProgram, m as EdgeClampedProgram, g as EdgeProgram, e as EdgeRectangleProgram, N as NodeCircleProgram, f as NodeProgram, P as Program, j as createEdgeCompoundProgram, h as createNodeCompoundProgram, c as drawDiscNodeHover, b as drawDiscNodeLabel, d as drawStraightEdgeLabel, o as loadFragmentShader, p as loadProgram, n as loadVertexShader, q as numberToGLSLFloat } from '../../dist/index-29acc883.esm.js';
import { _ as _inherits, a as _classCallCheck, b as _callSuper, d as _createClass } from '../../dist/inherits-8fbdedb5.esm.js';

@@ -4,0 +4,0 @@ import { f as floatColor } from '../../dist/colors-2f6d17f0.esm.js';

@@ -5,3 +5,3 @@ 'use strict';

var index = require('../../dist/index-db337833.cjs.dev.js');
var index = require('../../dist/index-017ffe5c.cjs.dev.js');
var data = require('../../dist/data-d0a8f6df.cjs.dev.js');

@@ -8,0 +8,0 @@ require('../../dist/inherits-4172bb27.cjs.dev.js');

@@ -5,3 +5,3 @@ 'use strict';

var index = require('../../dist/index-6bfbbdfe.cjs.prod.js');
var index = require('../../dist/index-df506141.cjs.prod.js');
var data = require('../../dist/data-7e3d4a4a.cjs.prod.js');

@@ -8,0 +8,0 @@ require('../../dist/inherits-fd41da79.cjs.prod.js');

@@ -1,2 +0,2 @@

import { d as drawStraightEdgeLabel, b as drawDiscNodeLabel, c as drawDiscNodeHover, N as NodeCircleProgram, E as EdgeArrowProgram, e as EdgeRectangleProgram } from '../../dist/index-d20a048d.esm.js';
import { d as drawStraightEdgeLabel, b as drawDiscNodeLabel, c as drawDiscNodeHover, N as NodeCircleProgram, E as EdgeArrowProgram, e as EdgeRectangleProgram } from '../../dist/index-29acc883.esm.js';
import { a as assign } from '../../dist/data-31990a76.esm.js';

@@ -3,0 +3,0 @@ import '../../dist/inherits-8fbdedb5.esm.js';

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

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

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

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