🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign 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
38.2.2
to
38.2.3
+1
-1
dist/cli/dev.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"dev.d.ts","sourceRoot":"","sources":["../../src/cli/dev.ts"],"names":[],"mappings":";AASA,wBA2BC"}
{"version":3,"file":"dev.d.ts","sourceRoot":"","sources":["../../src/cli/dev.ts"],"names":[],"mappings":";AAUA,wBA2BC"}
import { resolve } from "path";
import { argv, cwd } from "process";
import { watch } from "fs";
import { build } from "../builder.js";
const timeoutDuration = 3500;
const branchy = (await import("branchy")).default;
const buildWorker = branchy("../utils/build-worker.js");
const buildWorker = branchy(build);
export default () => {

@@ -8,0 +9,0 @@ const input = resolve(cwd(), argv[3] ?? "./routes");

import { resolve } from "path"
import { argv, cwd } from "process"
import { watch } from "fs"
import { build } from "../builder.js"

@@ -8,3 +9,3 @@ const timeoutDuration = 3500

const branchy = (await import("branchy")).default
const buildWorker = branchy("../utils/build-worker.js")
const buildWorker = branchy(build)

@@ -11,0 +12,0 @@ export default () => {

@@ -36,3 +36,3 @@ {

"name": "@klevn/jxc",
"version": "38.2.2",
"version": "38.2.3",
"main": "./dist/compiler.js",

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

import { resolve } from "path"
import { argv, cwd } from "process"
import { watch } from "fs"
import { build } from "../builder.js"

@@ -8,3 +9,3 @@ const timeoutDuration = 3500

const branchy = (await import("branchy")).default
const buildWorker = branchy("../utils/build-worker.js")
const buildWorker = branchy(build)

@@ -11,0 +12,0 @@ export default () => {