Socket
Socket
Sign inDemoInstall

@pie-framework/build-helper

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pie-framework/build-helper - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

lib/index.d.ts

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

import * as processFix from './process-fix';
import { processFix } from './process-fix';
import { watch } from './babel-multiple';
export { processFix, watch };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const processFix = require("./process-fix");
exports.processFix = processFix;
const process_fix_1 = require("./process-fix");
exports.processFix = process_fix_1.processFix;
const babel_multiple_1 = require("./babel-multiple");
exports.watch = babel_multiple_1.watch;
//# sourceMappingURL=index.js.map

@@ -1,2 +0,1 @@

declare const processFix: (log: (...any: any[]) => any, onSigInt: () => void) => void;
export default processFix;
export declare const processFix: (log: (...any: any[]) => any, onSigInt: () => void) => void;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const processFix = (log, onSigInt) => {
exports.processFix = (log, onSigInt) => {
process.on('unhandledRejection', error => {

@@ -19,3 +19,2 @@ log(error.message);

};
exports.default = processFix;
//# sourceMappingURL=process-fix.js.map
{
"name": "@pie-framework/build-helper",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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