Socket
Socket
Sign inDemoInstall

@swc/types

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swc/types - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

7

index.d.ts

@@ -452,2 +452,5 @@ export interface Plugin {

keepClassNames?: boolean;
/**
* This is experimental, and can be removed without a major version bump.
*/
experimental?: {

@@ -470,2 +473,6 @@ optimizeHygiene?: boolean;

plugins?: Array<[string, Record<string, any>]>;
/**
* Disable builtin transforms. If enabled, only Wasm plugins are used.
*/
disableBuiltinTransformsForInternalTesting?: boolean;
};

@@ -472,0 +479,0 @@ baseUrl?: string;

@@ -594,2 +594,5 @@ export interface Plugin {

/**
* This is experimental, and can be removed without a major version bump.
*/
experimental?: {

@@ -612,2 +615,7 @@ optimizeHygiene?: boolean;

plugins?: Array<[string, Record<string, any>]>;
/**
* Disable builtin transforms. If enabled, only Wasm plugins are used.
*/
disableBuiltinTransformsForInternalTesting?: boolean;
};

@@ -614,0 +622,0 @@

4

package.json
{
"name": "@swc/types",
"version": "0.1.3",
"version": "0.1.4",
"description": "Typings for the swc project.",

@@ -31,4 +31,4 @@ "sideEffects": false,

"devDependencies": {
"typescript": "^5.1.6"
"typescript": "^5.2.2"
}
}

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