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.9 to 1.0.10

2

dist/interfaces.d.ts

@@ -7,3 +7,3 @@ import { ProgramSchema, OptionSchema } from "kmdr-parser/src/interfaces";

kind: string;
parts?: any;
parts?: any[];
pos: number[];

@@ -10,0 +10,0 @@ word?: string;

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

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

"scripts": {
"build": "tsc"
"build": "tsc",
"publish": "yarn run build && np --no-tests"
}
}

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