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

@swc-node/core

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swc-node/core - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

# [1.3.0](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@1.2.0...@swc-node/core@1.3.0) (2021-03-04)
### Features
- **core:** support keepClassNames in Config ([fcbadd5](https://github.com/Brooooooklyn/swc-node/commit/fcbadd59d1752e26f1838d29ba98c2b525dda110))
# [1.2.0](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@1.1.2...@swc-node/core@1.2.0) (2021-01-25)

@@ -8,0 +14,0 @@

1

lib/index.d.ts

@@ -11,2 +11,3 @@ import { ReactConfig } from '@swc/core';

esModuleInterop?: boolean;
keepClassNames?: boolean;
react?: Partial<ReactConfig>;

@@ -13,0 +14,0 @@ }

@@ -28,2 +28,3 @@ "use strict";

},
keepClassNames: opts.keepClassNames,
},

@@ -30,0 +31,0 @@ minify: false,

6

package.json
{
"name": "@swc-node/core",
"version": "1.2.0",
"version": "1.3.0",
"description": "Faster swc nodejs binding",

@@ -44,5 +44,5 @@ "keywords": [

"dependencies": {
"@swc/core": "^1.2.46"
"@swc/core": "^1.2.50"
},
"gitHead": "254e2a0d878f403e9253232c20e7ef4ad256da4e"
"gitHead": "c77c35078f82589ec225685bf72ca543d296654e"
}

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