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
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 2.6.0 to 2.6.1

README.md

4

CHANGELOG.md
# rollup-plugin-babel changelog
## 2.6.1
Return a `name`
## 2.6.0

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

@@ -81,2 +81,4 @@ 'use strict';

return {
name: 'babel',
resolveId: function resolveId ( id ) {

@@ -83,0 +85,0 @@ if ( id === HELPERS ) return id;

@@ -77,2 +77,4 @@ import { dirname, join } from 'path';

return {
name: 'babel',
resolveId: function resolveId ( id ) {

@@ -79,0 +81,0 @@ if ( id === HELPERS ) return id;

2

package.json
{
"name": "rollup-plugin-babel",
"version": "2.6.0",
"version": "2.6.1",
"description": "Seamless integration between Rollup and Babel.",

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

@@ -30,2 +30,4 @@ import { dirname } from 'path';

return {
name: 'babel',
resolveId ( id ) {

@@ -32,0 +34,0 @@ if ( id === HELPERS ) return id;

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