Socket
Socket
Sign inDemoInstall

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 to 4.0.1

14

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

@@ -33,3 +33,3 @@ "main": "dist/rollup-plugin-babel.cjs.js",

"dependencies": {
"@babel/helper-module-imports": "7.0.0-rc.2",
"@babel/helper-module-imports": "^7.0.0",
"rollup-pluginutils": "^2.3.0"

@@ -42,7 +42,7 @@ },

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

@@ -49,0 +49,0 @@ "eslint": "^5.0.1",

@@ -21,3 +21,3 @@ # rollup-plugin-babel

> babel 6.x
> babel 7.x

@@ -28,6 +28,6 @@ ```bash

> babel 7.x - beta
> babel 6.x
```bash
npm install --save-dev rollup-plugin-babel@beta
npm install --save-dev rollup-plugin-babel@3
```

@@ -34,0 +34,0 @@

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