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

assetviz

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assetviz - npm Package Compare versions

Comparing version 0.1.4 to 0.1.6

LICENSE.txt

6

index.js

@@ -86,7 +86,7 @@ /*jshint onevar:false*/

// For some reason some data sets break if this is not done. WTF
data.relations.reverse();
var dataString = 'var assetgraph = ' + JSON.stringify(data, undefined, 4);
// Protection against browser misinterpretation of tags in content
dataString = dataString.replace(/"</g, '"<"+"');
vizGraph.on('error', function (err) {

@@ -93,0 +93,0 @@ console.error((err.asset ? err.asset.urlOrDescription + ': ' : '') + err.stack);

{
"name": "assetviz",
"version": "0.1.4",
"version": "0.1.6",
"description": "A graph visualization of the assets and their relations in your web app",

@@ -21,3 +21,3 @@ "main": "index.js",

"author": "Peter Müller <munter@fumle.dk>",
"license": "BSD",
"license": "MIT",
"dependencies": {

@@ -24,0 +24,0 @@ "assetgraph": "=1.3.2",

Sorry, the diff of this file is not supported yet

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