Socket
Socket
Sign inDemoInstall

@pie-framework/build-helper

Package Overview
Dependencies
Maintainers
2
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 4.4.1 to 4.4.2

12

lib/commands.js

@@ -31,3 +31,5 @@ "use strict";

branch: process.env.TRAVIS_BRANCH,
repo: process.env.TRAVIS_REPO_SLUG
email: 'travis@travis-ci.org',
repo: process.env.TRAVIS_REPO_SLUG,
username: 'travis'
};

@@ -38,3 +40,5 @@ }

branch: process.env.CIRCLE_BRANCH,
repo: `${process.env.CIRCLE_PROJECT_USERNAME}/${process.env.CIRCLE_PROJECT_REPONAME}`
email: 'circleci@circleci.com',
repo: `${process.env.CIRCLE_PROJECT_USERNAME}/${process.env.CIRCLE_PROJECT_REPONAME}`,
username: 'circleci'
};

@@ -154,3 +158,5 @@ }

`git checkout ${ciVars.branch}`,
'git rev-parse --short HEAD'
'git rev-parse --short HEAD',
`git config user.name "${ciVars.username}"`,
`git config user.email "${ciVars.email}"`
]);

@@ -157,0 +163,0 @@ yield this.runCmds([`git status`]);

{
"name": "@pie-framework/build-helper",
"version": "4.4.1",
"version": "4.4.2",
"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