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

meow

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

meow - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

3

index.js

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

const yargs = require('yargs-parser');
const camelCase = require('camelcase');
const camelcaseKeys = require('camelcase-keys');

@@ -87,3 +88,3 @@ const decamelizeKeys = require('decamelize-keys');

key: flagKey,
[flags[flagKey].type || 'string']: true
[flags[camelCase(flagKey, '-')].type || 'string']: true
}));

@@ -90,0 +91,0 @@

{
"name": "meow",
"version": "7.0.0",
"version": "7.0.1",
"description": "CLI app helper",

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

"arrify": "^2.0.1",
"camelcase": "^6.0.0",
"camelcase-keys": "^6.2.2",

@@ -47,0 +48,0 @@ "decamelize-keys": "^1.1.0",

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