Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

juijs-graph

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

juijs-graph - npm Package Compare versions

Comparing version 0.1.1-es6 to 0.1.2-es6

8

package.json
{
"name": "juijs-graph",
"version": "0.1.1-es6",
"version": "0.1.2-es6",
"sideEffects": false,

@@ -25,3 +25,3 @@ "description": "SVG-based JUI chart that can be used in the browser and Node.js. Support many types of charts. (Dashboard, Map, Topology, Full 3D)",

"type": "git",
"url": "https://github.com/juijs/jui-chart.git"
"url": "https://github.com/juijs/jui-graph.git"
},

@@ -44,3 +44,3 @@ "keywords": [

"bugs": {
"url": "https://github.com/juijs/jui-chart/issues"
"url": "https://github.com/juijs/jui-graph/issues"
},

@@ -68,3 +68,3 @@ "categories": [

"dependencies": {
"juijs": "2.1.10-es6"
"juijs": "2.1.11-es6"
},

@@ -71,0 +71,0 @@ "devDependencies": {

@@ -7,3 +7,2 @@ const path = require('path');

entry: {
vendors: [ 'juijs' ],
"jui-graph": path.resolve(__dirname, 'bundles', 'production.js')

@@ -15,2 +14,5 @@ },

},
externals: {
'juijs': 'jui'
},
optimization: {

@@ -17,0 +19,0 @@ splitChunks: {

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