Socket
Socket
Sign inDemoInstall

rollupify

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollupify - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

9

index.js

@@ -10,2 +10,3 @@ 'use strict';

var path = require('path');
var noop = require('noop-fn');

@@ -56,7 +57,7 @@ function rollupify(filename, opts) {

});
return unlink(tmpfile);
}).catch(function (err) {
self.emit('error', err);
}).then(function () {
cb();
}).catch(cb);
return unlink(tmpfile).catch(noop);
}).then(cb);
});

@@ -63,0 +64,0 @@ }

{
"name": "rollupify",
"version": "0.3.0",
"version": "0.3.1",
"description": "Rollup transform for Browserify",

@@ -28,2 +28,3 @@ "main": "index.js",

"denodeify": "^1.2.1",
"noop-fn": "^1.0.0",
"rollup": "^0.25.4",

@@ -30,0 +31,0 @@ "through2": "^2.0.1"

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