Socket
Socket
Sign inDemoInstall

buddy

Package Overview
Dependencies
282
Maintainers
1
Versions
180
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.12.6 to 6.12.7

4

lib/plugins/js/flattenUMD.js

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

const RE_MODULE = /module/g;
const RE_EXPORTS = /[^.]exports/g;
const RE_EXPORTS = /[^.](exports)/g;

@@ -21,3 +21,3 @@ /**

.replace(RE_MODULE, moduleString)
.replace(RE_EXPORTS, ` ${moduleString}.exports`)
.replace(RE_EXPORTS, (match, p1) => match.replace(p1, `${moduleString}.exports`))
);

@@ -24,0 +24,0 @@ }

{
"name": "buddy",
"description": "A fast, simple build tool for web projects.",
"version": "6.12.6",
"version": "6.12.7",
"author": "popeindustries <alex@pope-industries.com>",

@@ -22,5 +22,5 @@ "keywords": [

"babel-plugin-external-helpers": "6.22.0",
"babel-plugin-minify-dead-code-elimination": "0.1.3",
"babel-plugin-minify-dead-code-elimination": "0.1.4",
"babel-plugin-transform-es2015-modules-commonjs": "6.23.0",
"browserslist": "1.7.5",
"browserslist": "1.7.6",
"buddy-cli": "6.1.0",

@@ -40,7 +40,7 @@ "chalk": "1.1.3",

"source-map": "0.5.6",
"uglify-js": "2.8.2"
"uglify-js": "2.8.7"
},
"devDependencies": {
"babel-plugin-transform-es5-property-mutators": "*",
"babel-preset-env": "1.1.10",
"babel-preset-env": "1.2.1",
"expect.js": "*",

@@ -47,0 +47,0 @@ "mocha": "*",

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