Socket
Socket
Sign inDemoInstall

yow

Package Overview
Dependencies
2
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.22 to 1.0.24

2

package.json
{
"name": "yow",
"version": "1.0.22",
"version": "1.0.24",
"description": "You Only Wish module",

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

@@ -70,3 +70,3 @@ var sprintf = require('sprintf-js').sprintf;

var fs = require('fs');
var access = fs.createWriteStream(logFile);
var access = fs.createWriteStream(logFile, {'flags': 'a'});

@@ -73,0 +73,0 @@ process.stderr.write = process.stdout.write = access.write.bind(access);

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc