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

kmdr-ast

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kmdr-ast - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

2

dist/ast.js

@@ -74,3 +74,3 @@ "use strict";

AST.isArgument(node.parts[i + 1])) ||
(!argValue && optionNode.opt === optionName)) {
(argValue === undefined && optionNode.opt === optionName)) {
return true;

@@ -77,0 +77,0 @@ }

{
"name": "kmdr-ast",
"version": "1.0.11",
"version": "1.0.12",
"description": "Traverse the AST of an explanation by kmdr",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -125,3 +125,3 @@ /**

AST.isArgument(node.parts[i + 1])) ||
(!argValue && optionNode.opt === optionName)
(argValue === undefined && optionNode.opt === optionName)
) {

@@ -339,2 +339,3 @@ return true;

*/
/**

@@ -341,0 +342,0 @@ * Get the Program of a command

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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