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

react-sigma

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-sigma - npm Package Compare versions

Comparing version 1.2.20 to 1.2.21

2

es/index.js

@@ -27,2 +27,4 @@ import _Sigma from './Sigma';

export { _SigmaEnableWebGL as SigmaEnableWebGL };
import _SigmaEnableSVG from './SigmaEnableSVG';
export { _SigmaEnableSVG as SigmaEnableSVG };

@@ -29,0 +31,0 @@

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

});
exports.SigmaEnableWebGL = exports.RandomizeNodePositions = exports.NeoGraphItemsProducers = exports.NeoCypher = exports.NOverlap = exports.RelativeSize = exports.ForceAtlas2 = exports.Filter = exports.LoadGEXF = exports.LoadJSON = exports.NodeShapes = exports.EdgeShapes = exports.Sigma = undefined;
exports.SigmaEnableSVG = exports.SigmaEnableWebGL = exports.RandomizeNodePositions = exports.NeoGraphItemsProducers = exports.NeoCypher = exports.NOverlap = exports.RelativeSize = exports.ForceAtlas2 = exports.Filter = exports.LoadGEXF = exports.LoadJSON = exports.NodeShapes = exports.EdgeShapes = exports.Sigma = undefined;

@@ -61,2 +61,6 @@ var _Sigma2 = require('./Sigma');

var _SigmaEnableSVG2 = require('./SigmaEnableSVG');
var _SigmaEnableSVG3 = _interopRequireDefault(_SigmaEnableSVG2);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -77,2 +81,3 @@

exports.SigmaEnableWebGL = _SigmaEnableWebGL3.default;
exports.SigmaEnableSVG = _SigmaEnableSVG3.default;
exports.default = _Sigma3.default;

2

package.json

@@ -5,3 +5,3 @@ {

"author": "Maxim Vorobjov <maxim.vorobjov@gmail.com>",
"version": "1.2.20",
"version": "1.2.21",
"license": "MIT",

@@ -8,0 +8,0 @@ "bugs": "https://github.com/dunnock/react-sigma/issues",

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