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

tmlanguage-generator

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tmlanguage-generator - npm Package Compare versions

Comparing version 0.6.0-dev.5 to 0.6.0-dev.6

3

dist/tmlanguage-generator.js

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

function validateRegexp(regexp, node, prop, options) {
var _a;
try {

@@ -129,3 +128,3 @@ new onigasm_1.OnigRegExp(regexp).testSync("");

}
const sourceFile = (_a = options.errorSourceFilePath) !== null && _a !== void 0 ? _a : "unknown_file";
const sourceFile = options.errorSourceFilePath ?? "unknown_file";
//prettier-ignore

@@ -132,0 +131,0 @@ // eslint-disable-next-line no-console

{
"name": "tmlanguage-generator",
"version": "0.6.0-dev.5",
"version": "0.6.0-dev.6",
"author": "Microsoft Corporation",

@@ -36,3 +36,3 @@ "description": "Helper library to generate TextMate syntax highlighting tmLanguage files.",

"rimraf": "~5.0.5",
"typescript": "~5.4.3"
"typescript": "~5.4.5"
},

@@ -39,0 +39,0 @@ "peerDependencies": {},

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