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

rollup-plugin-babel

Package Overview
Dependencies
Maintainers
10
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-babel - npm Package Compare versions

Comparing version 4.3.1 to 4.3.2

4

CHANGELOG.md
# rollup-plugin-babel changelog
## 4.3.1
- Add `.js` extension to the virtual babel helpers file (only matters when using `preserveModules` option in rollup)
## 4.3.0

@@ -4,0 +8,0 @@

2

dist/rollup-plugin-babel.cjs.js

@@ -215,3 +215,3 @@ 'use strict';

if (helpers !== RUNTIME) {
if (helpers !== RUNTIME && !externalHelpers) {
transformOptions = addBabelPlugin(transformOptions, importHelperPlugin);

@@ -218,0 +218,0 @@ }

@@ -214,3 +214,3 @@ import * as babel from '@babel/core';

if (helpers !== RUNTIME) {
if (helpers !== RUNTIME && !externalHelpers) {
transformOptions = addBabelPlugin(transformOptions, importHelperPlugin);

@@ -217,0 +217,0 @@ }

{
"name": "rollup-plugin-babel",
"version": "4.3.1",
"version": "4.3.2",
"description": "Seamless integration between Rollup and Babel.",

@@ -5,0 +5,0 @@ "main": "dist/rollup-plugin-babel.cjs.js",

@@ -108,3 +108,3 @@ import * as babel from '@babel/core';

if (helpers !== RUNTIME) {
if (helpers !== RUNTIME && !externalHelpers) {
transformOptions = addBabelPlugin(transformOptions, helperPlugin);

@@ -111,0 +111,0 @@ }

Sorry, the diff of this file is not supported yet

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