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

gulp-better-rollup

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-better-rollup - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

5

index.js
'use strict'
var Transform = require('stream').Transform
var gutil = require('gulp-util')
var File = gutil.File
var PluginError = gutil.PluginError
var File = require('vinyl')
var PluginError = require('plugin-error')
var rollup = require('rollup')

@@ -8,0 +7,0 @@ var path = require('path')

7

package.json
{
"name": "gulp-better-rollup",
"version": "2.0.0",
"version": "3.0.0",
"description": "Better Gulp plugin for Rollup ES6 module bundler",

@@ -17,3 +17,3 @@ "author": "Mike Kovarik",

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha"
},

@@ -27,5 +27,6 @@ "keywords": [

"dependencies": {
"gulp-util": "^3.0.8",
"lodash.camelcase": "^4.3.0",
"plugin-error": "^0.1.2",
"rollup": "^0.50.0",
"vinyl": "^2.1.0",
"vinyl-sourcemaps-apply": "^0.2.1"

@@ -32,0 +33,0 @@ },

@@ -1,3 +0,5 @@

# gulp-better-rollup
# gulp-better-rollup
[![Build Status](https://travis-ci.org/MikeKovarik/gulp-better-rollup.svg?branch=master)](https://travis-ci.org/MikeKovarik/gulp-better-rollup)
A [Gulp](https://www.npmjs.com/package/gulp) plugin for [Rollup](https://www.npmjs.com/package/rollup) ES6 Bundler. This plugin unlike [gulp-rollup](https://www.npmjs.com/package/gulp-rollup) integrates Rollup deeper into Gulps pipeline chain by taking some of the Rollup API out of your hands in exchange of giving you the full power over the pipeline (to use any gulp plugins).

@@ -4,0 +6,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