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

@rollup/plugin-babel

Package Overview
Dependencies
Maintainers
4
Versions
16
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 5.0.3 to 5.0.4

10

CHANGELOG.md
# @rollup/plugin-babel ChangeLog
## v5.0.4
_2020-06-22_
### Updates
- docs: remove unused import in "Usage" example (#460)
- docs: update node requirement in readme (#443)
- docs: fix typo in readme (#447)
## v5.0.3

@@ -4,0 +14,0 @@

2

package.json
{
"name": "@rollup/plugin-babel",
"version": "5.0.3",
"version": "5.0.4",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

@@ -29,3 +29,3 @@ [npm]: https://img.shields.io/npm/v/@rollup/plugin-babel

This plugin requires an [LTS](https://github.com/nodejs/Release) Node version (v8.0.0+) and Rollup v1.20.0+.
This plugin requires an [LTS](https://github.com/nodejs/Release) Node version (v10.0.0+) and Rollup v1.20.0+.

@@ -44,3 +44,2 @@ ## Install

import babel from '@rollup/plugin-babel';
import pkg from './package.json';

@@ -86,3 +85,3 @@ const config = {

An array of file extensions that Babel should transpile. If you want to tranpile TypeScript files with this plugin it's essential to include `.ts` and `.tsx` in this option.
An array of file extensions that Babel should transpile. If you want to transpile TypeScript files with this plugin it's essential to include `.ts` and `.tsx` in this option.

@@ -89,0 +88,0 @@ ### `babelHelpers`

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