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

amodro-trace

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amodro-trace - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "amodro-trace",
"version": "0.0.2",
"version": "0.0.3",
"description": "AMD module tracing for build processes.",

@@ -5,0 +5,0 @@ "main": "trace.js",

@@ -278,9 +278,4 @@ # amodro-trace

// If parsing triggered warnings or errors, they will show here, as an array
// of strings. These are treated as non-fatal, in that the file with the
// issue is skipped (may just be invalid JS not meant to be fully traced),
// but for best results it is best to investigate the messages that show
// up here.
warnings: [],
errors: []
"warnings": [],
"errors": []
}

@@ -295,2 +290,4 @@ ```

If parsing triggered warnings or errors, they will show in the `warnings` or `errors` arrays respectively, as an array of strings. These are treated as non-fatal, in that the file with the issue is skipped (may just be invalid JS not meant to be fully traced), but for best results it is best to investigate the messages that show up here. If there are no warnings or errors, those properties will not show up in the trace result.
### options

@@ -297,0 +294,0 @@

Sorry, the diff of this file is too big to display

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