@swc/wasm
Advanced tools
Comparing version 0.1.0 to 1.2.29
@@ -7,3 +7,3 @@ { | ||
"description": "wasm module for swc", | ||
"version": "0.1.0", | ||
"version": "1.2.29", | ||
"license": "Apache-2.0/MIT", | ||
@@ -10,0 +10,0 @@ "repository": { |
/* tslint:disable */ | ||
/* eslint-disable */ | ||
/** | ||
* @param {string} s | ||
* @param {any} opts | ||
* @returns {any} | ||
* @param {string} s | ||
* @param {any} opts | ||
* @returns {any} | ||
*/ | ||
export function parseSync(s: string, opts: any): any; | ||
/** | ||
* @param {any} s | ||
* @param {any} opts | ||
* @returns {any} | ||
* @param {any} s | ||
* @param {any} opts | ||
* @returns {any} | ||
*/ | ||
export function printSync(s: any, opts: any): any; | ||
/** | ||
* @param {string} s | ||
* @param {any} opts | ||
* @returns {any} | ||
* @param {string} s | ||
* @param {any} opts | ||
* @returns {any} | ||
*/ | ||
export function transformSync(s: string, opts: any): any; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
12459810
1
0