Socket
Socket
Sign inDemoInstall

@pie-framework/build-helper

Package Overview
Dependencies
191
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.2.3 to 5.2.4

14

lib/babel-multiple.js

@@ -13,4 +13,4 @@ "use strict";

init() {
this.processes.forEach(p => {
p.process.on('error', e => {
this.processes.forEach((p) => {
p.process.on('error', (e) => {
log('error: ', p.src, e);

@@ -24,3 +24,3 @@ });

exit() {
this.processes.forEach(p => {
this.processes.forEach((p) => {
log('killing: ', p.src);

@@ -37,3 +37,3 @@ p.process.kill();

}
const processes = targets.map(t => {
const processes = targets.map((t) => {
const args = [

@@ -46,5 +46,5 @@ t.src,

'node_modules',
'--sourcemaps',
'--source-maps',
'inline',
'--verbose'
'--verbose',
];

@@ -55,3 +55,3 @@ log('start: ', t.src, t.target, args.join(' '));

target: t.target,
process: child_process_1.spawn(babel, args, { stdio: 'inherit' })
process: child_process_1.spawn(babel, args, { stdio: 'inherit' }),
};

@@ -58,0 +58,0 @@ });

{
"name": "@pie-framework/build-helper",
"version": "5.2.3",
"version": "5.2.4",
"description": "",

@@ -29,3 +29,3 @@ "main": "lib/index.js",

"typescript": "^3.9.3",
"release-it": "^13.6.1",
"release-it": "^13.6.1",
"conventional-changelog-cli": "^2.0.34",

@@ -32,0 +32,0 @@ "ts-jest": "^26.0.0",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc