Socket
Socket
Sign inDemoInstall

meow

Package Overview
Dependencies
0
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.0.1 to 12.1.0

build/dependencies.js

59

package.json
{
"name": "meow",
"version": "12.0.1",
"version": "12.1.0",
"description": "CLI app helper",

@@ -16,4 +16,5 @@ "license": "MIT",

"types": "./index.d.ts",
"default": "./source/index.js"
"default": "./build/index.js"
},
"sideEffects": false,
"engines": {

@@ -23,6 +24,8 @@ "node": ">=16.10"

"scripts": {
"test": "xo && ava && tsd"
"prepare": "npm run build",
"build": "rollup --config",
"test": "xo && tsd && npm run build && ava"
},
"files": [
"source",
"build",
"index.d.ts"

@@ -49,25 +52,44 @@ ],

],
"dependencies": {
"_actualDependencies": [
"@types/minimist",
"camelcase-keys",
"decamelize",
"decamelize-keys",
"hard-rejection",
"minimist-options",
"normalize-package-data",
"read-pkg-up",
"redent",
"trim-newlines",
"type-fest",
"yargs-parser"
],
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@types/minimist": "^1.2.2",
"ava": "^5.3.1",
"camelcase-keys": "^8.0.2",
"common-tags": "^2.0.0-alpha.1",
"decamelize": "^6.0.0",
"decamelize-keys": "^2.0.1",
"delete_comments": "^0.0.2",
"execa": "^7.2.0",
"globby": "^13.2.2",
"hard-rejection": "^2.1.0",
"indent-string": "^5.0.0",
"minimist-options": "4.1.0",
"normalize-package-data": "^5.0.0",
"read-pkg-up": "^9.1.0",
"read-pkg": "^8.0.0",
"read-pkg-up": "^10.0.0",
"redent": "^4.0.0",
"rollup": "^3.27.0",
"rollup-plugin-license": "^3.0.1",
"trim-newlines": "^5.0.0",
"type-fest": "^3.9.0",
"tsd": "^0.28.1",
"type-fest": "^4.2.0",
"xo": "^0.56.0",
"yargs-parser": "^21.1.1"
},
"devDependencies": {
"ava": "^5.2.0",
"common-tags": "^1.8.2",
"execa": "^7.1.1",
"indent-string": "^5.0.0",
"read-pkg": "^8.0.0",
"tsd": "^0.28.1",
"xo": "^0.54.2"
},
"xo": {

@@ -77,3 +99,6 @@ "rules": {

"unicorn/error-message": "off"
}
},
"ignores": [
"build"
]
},

@@ -80,0 +105,0 @@ "ava": {

@@ -18,2 +18,3 @@ # meow

- Sets the process title to the binary name defined in package.json
- No dependencies!

@@ -20,0 +21,0 @@ ## Install

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