New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vstack-typescript-generator

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vstack-typescript-generator - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

2

dist/src/c-sharp-parser.js

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

let constructorMatch;
let constructorRegex = /public\s+([\w]+)\s*\(((?:.|\n)*?)\)/gm;
let constructorRegex = /public\s+([\w]+)\s*\(((?:.|\r|\n)*?)\)/gm;
let getNextConstructorMatch = () => constructorMatch = constructorRegex.exec(body);

@@ -58,0 +58,0 @@ while (getNextConstructorMatch() !== null) {

{
"name": "vstack-typescript-generator",
"version": "0.2.7",
"version": "0.2.8",
"description": "Tool to generate TypeScript interfaces and TypeScript filter classes for Vstack from C# sources.",

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

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