Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@swc/types

Package Overview
Dependencies
Maintainers
2
Versions
16
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.6 to 0.1.7

24

index.d.ts

@@ -511,3 +511,3 @@ export interface Plugin {

/**
* Defaults to `false`
* @deprecated Always true because it's in ecmascript spec.
*/

@@ -579,5 +579,25 @@ dynamicImport?: boolean;

/**
* @deprecated An alias of `importAttributes`
*/
importAssertions?: boolean;
/**
* Defaults to `false`
*/
importAssertions?: boolean;
importAttributes?: boolean;
/**
* Defaults to `false`
*/
allowSuperOutsideMethod?: boolean;
/**
* Defaults to `false`
*/
allowReturnOutsideFunction?: boolean;
/**
* Defaults to `false`
*/
autoAccessors?: boolean;
/**
* Defaults to `false`
*/
explicitResourceManagement?: boolean;
}

@@ -584,0 +604,0 @@ /**

@@ -675,3 +675,3 @@ export interface Plugin {

/**
* Defaults to `false`
* @deprecated Always true because it's in ecmascript spec.
*/

@@ -744,5 +744,25 @@ dynamicImport?: boolean;

/**
* @deprecated An alias of `importAttributes`
*/
importAssertions?: boolean;
/**
* Defaults to `false`
*/
importAssertions?: boolean;
importAttributes?: boolean;
/**
* Defaults to `false`
*/
allowSuperOutsideMethod?: boolean;
/**
* Defaults to `false`
*/
allowReturnOutsideFunction?: boolean;
/**
* Defaults to `false`
*/
autoAccessors?: boolean;
/**
* Defaults to `false`
*/
explicitResourceManagement?: boolean;
}

@@ -749,0 +769,0 @@

2

package.json
{
"name": "@swc/types",
"packageManager": "yarn@4.0.2",
"version": "0.1.6",
"version": "0.1.7",
"description": "Typings for the swc project.",

@@ -6,0 +6,0 @@ "sideEffects": false,

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