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

yuitest

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yuitest - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

2

cli.js

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

var flushed = process.stdout.flush && process.stdout.flush();
if (!flushed) {
if (!flushed && (parseFloat(process.versions.node) < 0.5)) {
process.once("drain", function () {

@@ -51,0 +51,0 @@ process.exit(code || 0);

{
"name": "yuitest",
"version": "0.7.2",
"version": "0.7.3",
"description": "YUI Test Library on NodeJS",
"author": "Nicholas C. Zakas <nzakas@yahoo-inc.com>",
"author": "Nicholas C. Zakas <node@nczconsulting.com>",
"url": { "web" : "http://yuilibrary.com/projects/yuitest/issues" },

@@ -7,0 +7,0 @@ "os": ["darwin", "linux"],

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