Socket
Socket
Sign inDemoInstall

yargs-parser

Package Overview
Dependencies
0
Maintainers
3
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 21.1.0 to 21.1.1

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [21.1.1](https://github.com/yargs/yargs-parser/compare/yargs-parser-v21.1.0...yargs-parser-v21.1.1) (2022-08-04)
### Bug Fixes
* **typescript:** ignore .cts files during publish ([#454](https://github.com/yargs/yargs-parser/issues/454)) ([d69f9c3](https://github.com/yargs/yargs-parser/commit/d69f9c3a91c3ad2f9494d0a94e29a8b76c41b81b)), closes [#452](https://github.com/yargs/yargs-parser/issues/452)
## [21.1.0](https://github.com/yargs/yargs-parser/compare/yargs-parser-v21.0.1...yargs-parser-v21.1.0) (2022-08-03)

@@ -7,0 +14,0 @@

7

package.json
{
"name": "yargs-parser",
"version": "21.1.0",
"version": "21.1.1",
"description": "the mighty option parser used by yargs",

@@ -71,3 +71,3 @@ "main": "build/index.cjs",

"rollup-plugin-cleanup": "^3.1.1",
"rollup-plugin-ts": "^3.0.0",
"rollup-plugin-ts": "^3.0.2",
"serve": "^14.0.0",

@@ -82,3 +82,4 @@ "standardx": "^7.0.0",

"build",
"!*.d.ts"
"!*.d.ts",
"!*.d.cts"
],

@@ -85,0 +86,0 @@ "engines": {

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