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

trex-parsers

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trex-parsers - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

lib/genstrings.js

@@ -92,5 +92,5 @@ #!/usr/bin/env node

function grammarFilePathForLanguage(lang) {
var ourPath = path.dirname(process.argv[1]);
return ourPath + "/../grammar/" + lang + ".ohm";
return path.resolve(__dirname, "../grammar/" + lang + ".ohm");
}
function grammarForLanguage(lang) {

@@ -97,0 +97,0 @@ var grammar = KnownGrammars[lang];

{
"name": "trex-parsers",
"description": "Parsers for Translation Exchange CLI tools.",
"version": "0.0.3",
"version": "0.0.4",
"author": {

@@ -6,0 +6,0 @@ "name": "Pavel Skaldin",

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