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.2 to 0.3.3

4

index.js

@@ -12,2 +12,4 @@ 'use strict';

var cache;
function rollupify(filename, opts) {

@@ -43,2 +45,3 @@ if (!/\.(?:js|es|es6|jsx)$/.test(filename)) {

return rollup.rollup(Object.assign(config, {
cache: cache,
entry: tmpfile,

@@ -49,2 +52,3 @@ sourceMap: doSourceMap ? 'inline' : false

var generated = bundle.generate({format: 'cjs'});
cache = bundle;
self.push(generated.code);

@@ -51,0 +55,0 @@ self.push(null);

2

package.json
{
"name": "rollupify",
"version": "0.3.2",
"version": "0.3.3",
"description": "Rollup transform for Browserify",

@@ -5,0 +5,0 @@ "main": "index.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