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.0 to 4.4.1

2

lib/changelog.js

@@ -122,3 +122,3 @@ "use strict";

data.isTagged = list.length > 0;
data.earliestTag = list.length >= 1 ? list[0] : undefined;
data.tag = list.length >= 1 ? list[0] : undefined;
delete data.mentions;

@@ -125,0 +125,0 @@ delete data.references;

@@ -9,3 +9,3 @@ /// <reference types="node" />

readonly dryRun: boolean;
constructor(projectRoot: string, args: any, getPackages: (dir: string) => PkgAndDir[]);
constructor(projectRoot: string, args: any, getPackages?: (dir: string) => PkgAndDir[]);
bin(n: any): any;

@@ -12,0 +12,0 @@ staticToNow(dir: string, alias?: string): Promise<any>;

@@ -18,2 +18,3 @@ "use strict";

const git_helper_1 = require("./git-helper");
const pkg_1 = require("./pkg");
const { resolve, relative } = require('path');

@@ -45,3 +46,3 @@ const debug = require('debug');

class Commands {
constructor(projectRoot, args, getPackages) {
constructor(projectRoot, args, getPackages = pkg_1.getPackages) {
this.projectRoot = projectRoot;

@@ -48,0 +49,0 @@ this.args = args;

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