Socket
Socket
Sign inDemoInstall

yuitest

Package Overview
Dependencies
0
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.5 to 0.7.6

README.md

8

cli.js

@@ -296,3 +296,5 @@ #!/usr/bin/env node

message += "\n" + (i+1) + ") " + failures[i].name + " : " + failures[i].error.getMessage() + "\n";
message += "Stack trace:\n" + filterStackTrace(failures[i].error.stack) + "\n";
if (failures[i].error.stack) {
message += "Stack trace:\n" + filterStackTrace(failures[i].error.stack) + "\n";
}
}

@@ -308,3 +310,5 @@

message += "\n" + (i+1) + ") " + errors[i].name + " : " + errors[i].error.message + "\n";
message += "Stack trace:\n" + filterStackTrace(errors[i].error.stack) + "\n";
if (errors[i].error.stack) {
message += "Stack trace:\n" + filterStackTrace(errors[i].error.stack) + "\n";
}
}

@@ -311,0 +315,0 @@

{
"name": "yuitest",
"version": "0.7.5",
"version": "0.7.6",
"description": "YUI Test Library on NodeJS",
"author": "Nicholas C. Zakas <nzakas@yahoo-inc.com>",
"author": "Dav Glass <davglass@gmail.com>",
"url": { "web" : "http://yuilibrary.com/projects/yuitest/issues" },
"contributors": [
{ "name": "Dav Glass", "email": "davglass@gmail.com" },
{ "name": "Nicholas C. Zakas", "url": "http://www.nczonline.net/" },
{ "name": "Scott Shattuck" }

@@ -24,3 +25,3 @@ ],

"type" : "BSD",
"url" : "http://developer.yahoo.com/yui/license.html"
"url" : "http://yuilibrary.com/license/"
}

@@ -30,4 +31,4 @@ ],

"type":"git",
"url":"http://github.com/yui/yuitest.git"
"url":"https://github.com/yui/yuitest.git"
}
}
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