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.1 to 0.3.2

12

changelog.md

@@ -1,3 +0,13 @@

<!-- 6078001 1456458244000 -->
<!-- eb76449 1456737405000 -->
## [v0.3.2](https://github.com/reducejs/common-bundle/commit/eb76449) (2016-02-29)
* [[`6c32f75`](https://github.com/reducejs/common-bundle/commit/6c32f75)] Fix: opts.groups.output return undefined
## [v0.3.1](https://github.com/reducejs/common-bundle/commit/c30dd73) (2016-02-26)
* [[`cb4c414`](https://github.com/reducejs/common-bundle/commit/cb4c414)] Fix: pass the full path to opts.pack
* [[`551d936`](https://github.com/reducejs/common-bundle/commit/551d936)] changelog
## [v0.3.0](https://github.com/reducejs/common-bundle/commit/6078001) (2016-02-26)

@@ -4,0 +14,0 @@

@@ -100,2 +100,3 @@ 'use strict'

let ret = opts.output(file)
if (!ret) return
ret = path.resolve(basedir, ret)

@@ -102,0 +103,0 @@ // Make sure the returned path is always relative to basedir

2

package.json
{
"name": "common-bundle",
"version": "0.3.1",
"version": "0.3.2",
"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