@swc/core
Advanced tools
Comparing version 1.5.23 to 1.5.24
{ | ||
"name": "@swc/core", | ||
"version": "1.5.23", | ||
"version": "1.5.24", | ||
"description": "Super-fast alternative for babel", | ||
"homepage": "https://swc.rs", | ||
"main": "./src/index.js", | ||
"main": "./index.js", | ||
"author": "강동윤 <kdy1997.dev@gmail.com>", | ||
@@ -47,3 +47,3 @@ "license": "Apache-2.0", | ||
}, | ||
"types": "./src/index.d.ts", | ||
"types": "./index.d.ts", | ||
"scripts": { | ||
@@ -75,17 +75,17 @@ "postinstall": "node postinstall.js", | ||
"CHANGELOG.md", | ||
"src/Visitor.d.ts", | ||
"src/index.d.ts", | ||
"src/spack.js", | ||
"src/util.d.ts", | ||
"Visitor.d.ts", | ||
"index.d.ts", | ||
"spack.js", | ||
"util.d.ts", | ||
"LICENSE", | ||
"src/Visitor.js", | ||
"src/binding.d.ts", | ||
"src/index.js", | ||
"src/types.d.ts", | ||
"src/util.js", | ||
"Visitor.js", | ||
"binding.d.ts", | ||
"index.js", | ||
"types.d.ts", | ||
"util.js", | ||
"README.md", | ||
"binding.js", | ||
"package.json", | ||
"src/spack.d.ts", | ||
"src/types.js", | ||
"spack.d.ts", | ||
"types.js", | ||
"postinstall.js", | ||
@@ -105,13 +105,13 @@ "bindings/binding_core_wasm/pkg/binding_core_wasm.d.ts" | ||
"optionalDependencies": { | ||
"@swc/core-darwin-x64": "1.5.23", | ||
"@swc/core-win32-x64-msvc": "1.5.23", | ||
"@swc/core-linux-x64-gnu": "1.5.23", | ||
"@swc/core-linux-x64-musl": "1.5.23", | ||
"@swc/core-win32-ia32-msvc": "1.5.23", | ||
"@swc/core-linux-arm-gnueabihf": "1.5.23", | ||
"@swc/core-linux-arm64-gnu": "1.5.23", | ||
"@swc/core-darwin-arm64": "1.5.23", | ||
"@swc/core-linux-arm64-musl": "1.5.23", | ||
"@swc/core-win32-arm64-msvc": "1.5.23" | ||
"@swc/core-darwin-x64": "1.5.24", | ||
"@swc/core-win32-x64-msvc": "1.5.24", | ||
"@swc/core-linux-x64-gnu": "1.5.24", | ||
"@swc/core-linux-x64-musl": "1.5.24", | ||
"@swc/core-win32-ia32-msvc": "1.5.24", | ||
"@swc/core-linux-arm-gnueabihf": "1.5.24", | ||
"@swc/core-linux-arm64-gnu": "1.5.24", | ||
"@swc/core-darwin-arm64": "1.5.24", | ||
"@swc/core-linux-arm64-musl": "1.5.24", | ||
"@swc/core-win32-arm64-msvc": "1.5.24" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
120135
12
2997
16