You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@rsbuild/plugin-babel

Package Overview
Dependencies
Maintainers
3
Versions
207
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rsbuild/plugin-babel - npm Package Compare versions

Comparing version

to
1.0.0

2

./dist/index.js

@@ -160,3 +160,3 @@ "use strict";

var pluginBabel = (options = {}) => ({
name: "plugin-babel",
name: "rsbuild:babel",
setup(api) {

@@ -163,0 +163,0 @@ if (api.context.bundlerType === "webpack") {

@@ -160,3 +160,3 @@ "use strict";

var pluginBabel = (options = {}) => ({
name: "plugin-babel",
name: "rsbuild:babel",
setup(api) {

@@ -163,0 +163,0 @@ if (api.context.bundlerType === "webpack") {

{
"name": "@rsbuild/plugin-babel",
"version": "0.0.28",
"version": "1.0.0",
"description": "Babel plugin for Rsbuild",

@@ -30,3 +30,3 @@ "repository": {

"upath": "2.0.1",
"@rsbuild/shared": "0.0.28"
"@rsbuild/shared": "1.0.0"
},

@@ -36,5 +36,5 @@ "devDependencies": {

"@types/node": "^16",
"typescript": "^5.2.2",
"@rsbuild/test-helper": "0.0.28",
"@rsbuild/core": "0.0.28"
"typescript": "^5.3.0",
"@rsbuild/core": "1.0.0",
"@rsbuild/test-helper": "1.0.0"
},

@@ -41,0 +41,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet