Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2.1 to 0.2.3

5

index.js

@@ -7,2 +7,4 @@ /*jshint onevar:false*/

HtmlScript: '<script>',
HtmlJsx: 'text/jsx',
HtmlDart: 'application/dart',
HtmlStyle: '<style>',

@@ -12,3 +14,5 @@ HtmlCacheManifest: '<html manifest>',

HtmlFrame: '<frame>',
HtmlTemplate: '<template>',
HtmlAlternateLink: '<link rel=alternate>',
HtmlImport: '<link rel=import>',
HtmlConditionalComment: function (htmlConditionalComment) {return '<!--[if ' + htmlConditionalComment.condition + ']>'; },

@@ -26,2 +30,3 @@ HtmlImage: '<img>',

HtmlRequireJsMain: 'data-main',
HtmlRequireJsAlmondReplacement: 'data-almond',
JavaScriptInclude: 'INCLUDE',

@@ -28,0 +33,0 @@ JavaScriptGetText: 'GETTEXT',

4

package.json
{
"name": "assetviz",
"version": "0.2.1",
"version": "0.2.3",
"description": "A graph visualization of the assets and their relations in your web app",

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

"dependencies": {
"assetgraph": "=1.6.0beta10",
"assetgraph": "=1.6.19",
"colors": "*",

@@ -26,0 +26,0 @@ "optimist": "*"

@@ -69,1 +69,5 @@ # AssetViz

[MIT](https://raw.github.com/munter/assetviz/master/LICENSE.txt)
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/Munter/assetviz/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
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