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.4

4

babel.config.js

@@ -14,3 +14,3 @@ import { parse } from "path"

"runtime": "classic",
"pragma": "_factory"
"pragma": "_compiler.factory",
}

@@ -22,3 +22,3 @@ ],

{
"prepend": `import _fac from "${packageName}"`,
"prepend": `import * as _compiler from "${packageName}"`,
"accept": (fileName) => {

@@ -25,0 +25,0 @@ const fileExt = parse(fileName).ext

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

"name": "@klevn/jxc",
"version": "38.0.3",
"version": "38.0.4",
"main": "./dist/compiler.js",

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