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.0.0-beta.6 to 4.0.0-beta.7

2

dist/rollup-plugin-babel.cjs.js

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

if ( ~check.indexOf( '/helpers/inherits' ) ) { helpers = RUNTIME; }
if ( check.match( /\/helpers\/(builtin\/)?(es6\/)?inherits/ ) ) { helpers = RUNTIME; }
else if ( ~check.indexOf( 'function _inherits' ) ) { helpers = INLINE; }

@@ -71,0 +71,0 @@ else if ( ~check.indexOf( 'babelHelpers' ) ) { helpers = EXTERNAL; }

@@ -66,3 +66,3 @@ import { join, dirname } from 'path';

if ( ~check.indexOf( '/helpers/inherits' ) ) { helpers = RUNTIME; }
if ( check.match( /\/helpers\/(builtin\/)?(es6\/)?inherits/ ) ) { helpers = RUNTIME; }
else if ( ~check.indexOf( 'function _inherits' ) ) { helpers = INLINE; }

@@ -69,0 +69,0 @@ else if ( ~check.indexOf( 'babelHelpers' ) ) { helpers = EXTERNAL; }

{
"name": "rollup-plugin-babel",
"version": "4.0.0-beta.6",
"version": "4.0.0-beta.7",
"description": "Seamless integration between Rollup and Babel.",

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

@@ -57,3 +57,3 @@ import { join } from 'path';

if ( ~check.indexOf( '/helpers/inherits' ) ) helpers = RUNTIME;
if ( check.match( /\/helpers\/(builtin\/)?(es6\/)?inherits/ ) ) helpers = RUNTIME;
else if ( ~check.indexOf( 'function _inherits' ) ) helpers = INLINE;

@@ -60,0 +60,0 @@ else if ( ~check.indexOf( 'babelHelpers' ) ) helpers = EXTERNAL;

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