Socket
Socket
Sign inDemoInstall

dia

Package Overview
Dependencies
110
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

6

lib/dia.js

@@ -533,2 +533,8 @@ //

} else {
if (typeof response.body.message === 'undefined') {
console.log(' check response', '[FAIL]'.fail);
console.log(' message not found in response'.fail);
console.log();
return fn ? fn() : void 0;
}
if (response.body.config) {

@@ -535,0 +541,0 @@ for (var i = 0; i < dia.manifest.api.config_vars.length; i++) {

2

package.json
{
"name": "dia",
"version": "0.1.0",
"version": "0.1.1",
"description": "Modulus add-on test utility.",

@@ -5,0 +5,0 @@ "scripts": {

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