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

typescript-parser-deluxe

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-parser-deluxe - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

6

node-parser/class-parser.js

@@ -68,2 +68,3 @@ "use strict";

const parentsToChildren = new Map();
const positionCache = {};
return target.reduce((all, cur) => {

@@ -85,4 +86,5 @@ const params = all;

for (const item of arr) {
// const finalInsert = (item.kind === 163) ? item.getText() :
// console.log(item.getText())
if (positionCache[item.pos] === true) {
continue;
}
let finalText;

@@ -89,0 +91,0 @@ if (item.kind === 163) {

{
"name": "typescript-parser-deluxe",
"version": "1.2.3",
"version": "1.2.4",
"description": "Parser for typescript (and javascript) files, that compiles those files and generates a human understandable AST.",

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

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