nflow-devtools
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "nflow-devtools", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "nflow debug Chrome Extension", | ||
@@ -23,4 +23,6 @@ "main": "webpack.config.js", | ||
"css-loader": "^0.23.0", | ||
"d3": "^3.5.6", | ||
"extract-text-webpack-plugin": "^0.9.1", | ||
"file-loader": "^0.8.5", | ||
"font-awesome": "^4.5.0", | ||
"html-loader": "^0.3.0", | ||
@@ -31,4 +33,9 @@ "less": "^2.5.3", | ||
"mocha-loader": "^0.7.1", | ||
"nflow": "^0.2.2", | ||
"nflow-vis": "^0.1.5", | ||
"node-sass": "^3.8.0", | ||
"publish": "0.5.0", | ||
"raw-loader": "^0.5.1", | ||
"sass-loader": "^3.2.1", | ||
"split.js": "^1.0.6", | ||
"style-loader": "^0.13.0", | ||
@@ -38,12 +45,5 @@ "text-loader": "0.0.1", | ||
"webpack": "^1.12.8", | ||
"webpack-dev-server": "^1.12.1", | ||
"d3": "^3.5.6", | ||
"font-awesome": "^4.5.0", | ||
"nflow": "^0.2.2", | ||
"nflow-vis": "^0.1.3", | ||
"sass-loader": "^3.2.1", | ||
"split.js": "^1.0.6" | ||
"webpack-dev-server": "^1.12.1" | ||
}, | ||
"dependencies": { | ||
} | ||
"dependencies": {} | ||
} |
@@ -70,2 +70,4 @@ // This one acts in the context of the panel in the Dev Tools | ||
updateQueue.clear() | ||
var s = vis.emit('get-model').data() | ||
vis.emit('update', s) | ||
return; | ||
@@ -79,3 +81,2 @@ } | ||
let d = queue.shift() | ||
vis.emit('action', d.action, d.flow, d.d,d.d0) | ||
@@ -82,0 +83,0 @@ }, 1) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
18376
27
21
376