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.1.0 to 12.1.1

build/index.d.ts

13

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

@@ -15,3 +15,3 @@ "license": "MIT",

"exports": {
"types": "./index.d.ts",
"types": "./build/index.d.ts",
"default": "./build/index.js"

@@ -26,7 +26,6 @@ },

"build": "rollup --config",
"test": "xo && tsd && npm run build && ava"
"test": "xo && npm run build && ava && tsd --typings build/index.d.ts"
},
"files": [
"build",
"index.d.ts"
"build"
],

@@ -87,6 +86,8 @@ "keywords": [

"rollup": "^3.27.0",
"rollup-plugin-dts": "^6.0.0",
"rollup-plugin-license": "^3.0.1",
"trim-newlines": "^5.0.0",
"tsd": "^0.28.1",
"type-fest": "^4.2.0",
"type-fest": "^4.3.1",
"typescript": "~5.1.6",
"xo": "^0.56.0",

@@ -93,0 +94,0 @@ "yargs-parser": "^21.1.1"

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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