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.5.4 to 0.5.5

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.5.4",
"version": "0.5.5",
"author": "Microsoft Corporation",

@@ -35,6 +35,4 @@ "description": "Helper library to generate TextMate syntax highlighting tmLanguage files.",

"@types/plist": "~3.0.5",
"eslint": "^8.57.0",
"rimraf": "~5.0.5",
"typescript": "~5.4.3",
"@typespec/eslint-config-typespec": "~0.55.0"
"typescript": "~5.4.5"
},

@@ -45,5 +43,5 @@ "scripts": {

"watch": "tsc -p . --watch",
"lint": "eslint . --ext .ts --max-warnings=0",
"lint:fix": "eslint . --fix --ext .ts"
"lint": "eslint . --max-warnings=0",
"lint:fix": "eslint . --fix"
}
}

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