You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@klevn/jxc

Package Overview
Dependencies
Maintainers
1
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@klevn/jxc - npm Package Compare versions

Comparing version

to
38.0.1

2

dist/builder.js

@@ -19,3 +19,3 @@ import { execSync } from "child_process";

].join(" ");
console.log(babelCommand);
//console.log(babelCommand)
execSync(babelCommand);

@@ -22,0 +22,0 @@ if (!declaration)

@@ -8,4 +8,3 @@ import { resolve } from "path";

console.log(`Starting babel input: ${input}, output: ${output}.`);
console.log("heh");
transpileRoutes(input, output, true);
};

@@ -33,3 +33,3 @@ {

"name": "@klevn/jxc",
"version": "38.0.0",
"version": "38.0.1",
"main": "./dist/compiler.js",

@@ -36,0 +36,0 @@ "types": "./dist/compiler.d.ts",

@@ -27,3 +27,3 @@ import { execSync } from "child_process"

console.log(babelCommand)
//console.log(babelCommand)

@@ -30,0 +30,0 @@ execSync(babelCommand)

@@ -11,4 +11,3 @@ import { resolve } from "path"

console.log(`Starting babel input: ${input}, output: ${output}.`)
console.log("heh")
transpileRoutes(input, output, true)
}

Sorry, the diff of this file is not supported yet