Socket
Socket
Sign inDemoInstall

@kaze-style/swc-plugin

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kaze-style/swc-plugin - npm Package Compare versions

Comparing version 0.14.1 to 0.14.2

dist/esm/index.js

14

package.json
{
"name": "@kaze-style/swc-plugin",
"version": "0.14.1",
"version": "0.14.2",
"license": "MIT",

@@ -13,11 +13,10 @@ "author": "Taishi Naritomi",

"type": "module",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/esm/index.js",
"typings": "dist/types/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/cjs/index.js",
"types": "./dist/index.d.ts"
"import": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts"
}

@@ -29,3 +28,2 @@ },

"_pre-transform",
"dist",
"target/wasm32-wasi/release/kaze_style_swc_plugin_pre_transform.wasm",

@@ -47,4 +45,4 @@ "target/wasm32-wasi/release/kaze_style_swc_plugin_transform.wasm",

"devDependencies": {
"@kaze-style/core": "^0.14.1"
"@kaze-style/core": "^0.14.2"
}
}
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