Socket
Socket
Sign inDemoInstall

@swc/core

Package Overview
Dependencies
Maintainers
1
Versions
687
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swc/core - npm Package Compare versions

Comparing version 1.0.23 to 1.0.24

__tests__/optimizer_test.js

11

lib/index.d.ts

@@ -343,5 +343,4 @@

export interface CommonJsConfig {
readonly type: 'commonjs';
export interface BaseModuleConfig {
/**

@@ -414,3 +413,7 @@ * By default, when using exports with babel a non-enumerable `__esModule`

export interface UmdConfig {
export interface CommonJsConfig extends BaseModuleConfig {
readonly type: 'commonjs';
}
export interface UmdConfig extends BaseModuleConfig {
readonly type: 'umd';

@@ -420,3 +423,3 @@ readonly globals?: { [key: string]: string };

export interface AmdConfig {
export interface AmdConfig extends BaseModuleConfig {
readonly type: 'amd';

@@ -423,0 +426,0 @@ readonly moduleId: string;

{
"name": "@swc/core",
"version": "1.0.23",
"version": "1.0.24",
"description": "Super-fast alternative for babel",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc