Socket
Socket
Sign inDemoInstall

common-bundle

Package Overview
Dependencies
41
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 0.3.1

4

index.js

@@ -37,3 +37,5 @@ 'use strict'

pack: function (bundleID) {
let options = Object.assign({}, packOpts, { to: bundleID })
let options = Object.assign(
{}, packOpts, { to: path.resolve(basedir, bundleID) }
)
let pipeline = splicer.obj([

@@ -40,0 +42,0 @@ 'pack', [ packer(options) ],

{
"name": "common-bundle",
"version": "0.3.0",
"version": "0.3.1",
"description": "A browserify plugin for packing modules into common shared bundles.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc