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 1.0.1 to 1.0.2

2

index.js

@@ -151,2 +151,4 @@ 'use strict'

}).catch(err => {
if (rollupOptions.cache !== false)
rollupCache.delete(rollupOptions.entry)
process.nextTick(() => {

@@ -153,0 +155,0 @@ this.emit('error', new PluginError(PLUGIN_NAME, err))

2

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

@@ -5,0 +5,0 @@ "author": "Mike Kovarik",

@@ -58,3 +58,3 @@ # gulp-better-rollup

`entry` should not be used if source is single file as the entry file is provided by gulp.
`entry` should not be used as the entry file is provided by gulp. It also works with gulp-watch

@@ -68,7 +68,7 @@ ``` js

But it could be used with for example gulp-watch.
But if you really need it for some bizzare reason then you can specify custom entry like so
``` js
gulp.src('src/*.js')
.pipe(watch('src/*.js'))
gulp.src('src/app.js')
.pipe(someRealityBendingPlugin(...))
.pipe(rollup({

@@ -75,0 +75,0 @@ entry: 'src/app.js'

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