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

@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.2 to 0.14.3

13

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

@@ -15,8 +15,8 @@ "author": "Taishi Naritomi",

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

@@ -34,5 +34,6 @@ },

"test": "cargo test",
"type-check": "tsc --noEmit",
"code-fix": "cargo fmt",
"code-check": "cargo fmt --check",
"type-check": "tsc --noEmit",
"exports-check": "publint",
"dev": "tsx ./../../scripts/build.ts --watch --exec='cargo watch -x \"build-wasi --release --quiet\"'",

@@ -45,4 +46,4 @@ "build": "tsx ./../../scripts/build.ts --exec='cargo build-wasi --release --quiet'"

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