Socket
Socket
Sign inDemoInstall

meow

Package Overview
Dependencies
49
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.4.1 to 3.4.2

8

index.js

@@ -10,2 +10,3 @@ 'use strict';

var loudRejection = require('loud-rejection');
var normalizePackageData = require('normalize-package-data');

@@ -24,3 +25,6 @@ // get the uncached parent

opts = objectAssign({
pkg: readPkgUp.sync({cwd: parentDir}).pkg,
pkg: readPkgUp.sync({
cwd: parentDir,
normalize: false
}).pkg,
argv: process.argv.slice(2)

@@ -37,2 +41,4 @@ }, opts);

normalizePackageData(pkg);
process.title = pkg.bin ? Object.keys(pkg.bin)[0] : pkg.name;

@@ -39,0 +45,0 @@

3

package.json
{
"name": "meow",
"version": "3.4.1",
"version": "3.4.2",
"description": "CLI app helper",

@@ -44,2 +44,3 @@ "license": "MIT",

"minimist": "^1.1.3",
"normalize-package-data": "^2.3.4",
"object-assign": "^4.0.1",

@@ -46,0 +47,0 @@ "read-pkg-up": "^1.0.1",

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