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.3.4 to 1.3.5

4

lib/commands.js

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

this.clean();
this.lint();
this.babel();
this.lint();
this.test();

@@ -79,3 +79,3 @@ }

this.runCmds([
`${this.p.lerna} exec -- ${this.p.babel} --ignore '/__test__/','/__tests__/' src -d lib --copy-files --source-maps`
`${this.p.lerna} exec -- ${this.p.babel} --ignore '/__test__/','/__tests__/' src -d lib --copy-files --source-maps --config-file ${resolve(this.projectRoot, '.babelrc')}`
]);

@@ -82,0 +82,0 @@ }

{
"name": "@pie-framework/build-helper",
"version": "1.3.4",
"version": "1.3.5",
"description": "",

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

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