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

dist/rollup-plugin-babel.cjs.js.map

2

dist/rollup-plugin-babel.cjs.js

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

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

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

{
"name": "rollup-plugin-babel",
"version": "4.0.0-beta.7",
"version": "4.0.0-beta.8",
"description": "Seamless integration between Rollup and Babel.",
"main": "dist/rollup-plugin-babel.cjs.js",
"module": "dist/rollup-plugin-babel.es.js",
"jsnext:main": "dist/rollup-plugin-babel.es.js",
"module": "dist/rollup-plugin-babel.esm.js",
"files": [
"src",
"dist/rollup-plugin-babel.cjs.js",
"dist/rollup-plugin-babel.es.js",
"README"
"dist"
],

@@ -36,3 +33,3 @@ "keywords": [

"dependencies": {
"@babel/helper-module-imports": "7.0.0-beta.51",
"@babel/helper-module-imports": "7.0.0-beta.56",
"rollup-pluginutils": "^2.3.0"

@@ -44,7 +41,7 @@ },

"devDependencies": {
"@babel/core": "7.0.0-beta.51",
"@babel/plugin-external-helpers": "7.0.0-beta.51",
"@babel/plugin-proposal-decorators": "7.0.0-beta.51",
"@babel/plugin-transform-runtime": "7.0.0-beta.51",
"@babel/preset-env": "7.0.0-beta.51",
"@babel/core": "7.0.0-beta.56",
"@babel/plugin-external-helpers": "7.0.0-beta.56",
"@babel/plugin-proposal-decorators": "7.0.0-beta.56",
"@babel/plugin-transform-runtime": "7.0.0-beta.56",
"@babel/preset-env": "7.0.0-beta.56",
"buble": "^0.19.3",

@@ -51,0 +48,0 @@ "eslint": "^5.0.1",

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

if ( check.match( /\/helpers\/(builtin\/)?(es6\/)?inherits/ ) ) helpers = RUNTIME;
if ( check.match( /\/helpers\/(esm\/)?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