Socket
Socket
Sign inDemoInstall

jsplato

Package Overview
Dependencies
245
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

2

lib/plato.js

@@ -154,3 +154,3 @@ /*

if (file.match(/\.vue$/)) {
source = (source.match(/<script [\w\W]*?>([\w\W])<\/script>/) || ['', ''])[1];
source = (source.match(/<script[\s\S]*?>([\s\S]*)<\/script>/) || ['', ''])[1];
}

@@ -157,0 +157,0 @@ var report = {

{
"name": "jsplato",
"description": "JavaScript source analysis and visualizer",
"version": "0.0.1",
"version": "0.0.2",
"homepage": "https://github.com/caozhong1996/jsplato",

@@ -6,0 +6,0 @@ "author": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc