Socket
Socket
Sign inDemoInstall

@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.3.0 to 1.4.0

6

CHANGELOG.md

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

# [1.4.0](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@1.3.0...@swc-node/core@1.4.0) (2021-04-28)
### Features
- **core:** expose inline and both config for sourcemap ([780f2bb](https://github.com/Brooooooklyn/swc-node/commit/780f2bb81053af6fc6af865a979059ffff470eac))
# [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)

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

4

lib/index.d.ts

@@ -1,6 +0,6 @@

import { ReactConfig } from '@swc/core';
import { ReactConfig, Config } from '@swc/core';
export interface Options {
target?: 'es3' | 'es5' | 'es2015' | 'es2016' | 'es2017' | 'es2018' | 'es2019';
module?: 'commonjs' | 'umd' | 'amd' | 'es6';
sourcemap?: boolean | 'inline';
sourcemap?: Config['sourceMaps'];
jsx?: boolean;

@@ -7,0 +7,0 @@ experimentalDecorators?: boolean;

{
"name": "@swc-node/core",
"version": "1.3.0",
"version": "1.4.0",
"description": "Faster swc nodejs binding",

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

"dependencies": {
"@swc/core": "^1.2.50"
"@swc/core": "^1.2.54"
},
"gitHead": "c77c35078f82589ec225685bf72ca543d296654e"
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Brooooooklyn"
},
"gitHead": "2737279e210f0104cb7094a6c0906a1bb6f4c3df"
}

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