New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@medux/dev-utils

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@medux/dev-utils - npm Package Compare versions

Comparing version
3.0.0
to
3.0.1
bin/patch-actions

Sorry, the diff of this file is not supported yet

+1
-1

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

export declare function patch(_tsconfig?: string | Object, _entryFilePath?: string, _rewrite?: boolean): void;
export declare function patch(_tsconfig?: string | Object, _entryFilePath?: string, _echo?: boolean): void;

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

const chalk = require("chalk");
function patch(_tsconfig, _entryFilePath, _rewrite) {
function patch(_tsconfig, _entryFilePath, _echo) {
const RootPath = process.cwd();

@@ -39,3 +39,3 @@ let tsconfig;

const json2 = `'${JSON.stringify(actions)}'`;
if (!_rewrite) {
if (_echo) {
console.info(json2);

@@ -42,0 +42,0 @@ }

{
"name": "@medux/dev-utils",
"version": "3.0.0",
"version": "3.0.1",
"description": "Common development tools.",

@@ -15,3 +15,3 @@ "repository": "https://github.com/wooline/medux/tree/master/packages/dev-utils",

"bin": {
"patchActions": "./bin/patchActions"
"medux-patch-actions": "./bin/patch-actions"
},

@@ -18,0 +18,0 @@ "files": [

Sorry, the diff of this file is not supported yet