Skip to content

Commit 585c543

Browse files
committed
Updated Dependencies
1 parent 67189df commit 585c543

File tree

4 files changed

+115
-109
lines changed

4 files changed

+115
-109
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Postman Scratchpad Banner Fix
2-
### Remove Scratchpad Banner from Postman 8.x.x and 9.x.x
2+
### Remove Scratchpad Banner from Postman 8.x.x, 9.x.x and 10.x.x
33

44
# Description
55
Starting from [Postman](https://www.postman.com/) v8, working locally in scratchpad mode introduces this annoying banner which can't be disabled completely.
@@ -8,7 +8,7 @@ Starting from [Postman](https://www.postman.com/) v8, working locally in scratch
88

99
Therefore, I've created this repo to solve the problem, I've patched postman files to disable the scratchpad banner
1010

11-
Tested on Postman versions from *`8.1.0`* to *`9.29.0`*
11+
Tested on Postman versions from *`8.1.0`* to *`10.1.2`*
1212

1313
# Install
1414
* Install [node.js](https://nodejs.org/en/download/)

fix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ let path = require('path');
55
let os = require('os')
66
let espree = require('espree');
77
let colors = require('chalk'); // print colored text into console
8-
let asar = require('asar');
8+
let asar = require('@electron/asar');
99
let replace = require("replace");
1010
let { args } = require('./parse_args');
1111
let { findNestedObject, replaceRangeInString, printDebug } = require("./utils");

package-lock.json

Lines changed: 106 additions & 100 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)