Socket
Socket
Sign inDemoInstall

yow

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yow - npm Package Compare versions

Comparing version 1.0.51 to 1.0.52

5

env.js
var Module = module.exports = function(fileName) {
var x = module.exports = function (fileName) {
console.log(fileName, '*****************');

@@ -44,5 +43,3 @@ function parse (src) {

console.log('parsed', parsedObj);
Object.keys(parsedObj).forEach(function (key) {
console.log(key, parsedObj[key]);
process.env[key] = process.env[key] || parsedObj[key]

@@ -49,0 +46,0 @@ })

2

package.json
{
"name": "yow",
"version": "1.0.51",
"version": "1.0.52",
"description": "You Only Wish module",

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

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