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

nflow-devtools

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nflow-devtools - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

20

package.json
{
"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

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