🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@stdlib/string-replace-cli

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/string-replace-cli - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+10
-5
.github/workflows/publish_cli.yml

@@ -64,3 +64,4 @@ #/

- name: 'Checkout cli branch'
uses: actions/checkout@v3
# Pin action to full length commit SHA corresponding to v4.1.0
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
with:

@@ -71,3 +72,4 @@ ref: cli

- name: 'Install Node.js'
uses: actions/setup-node@v3
# Pin action to full length commit SHA corresponding to v3.8.1
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
with:

@@ -125,3 +127,4 @@ node-version: 16

- name: 'Publish package to npm'
uses: JS-DevTools/npm-publish@v2
# Pin action to full length commit SHA corresponding to v2.2.2
uses: JS-DevTools/npm-publish@fe72237be0920f7a0cafd6a966c9b929c9466e9b
with:

@@ -138,3 +141,4 @@ token: ${{ secrets.NPM_TOKEN }}

- name: 'Send status to Slack channel in case of failure'
uses: act10ns/slack@v2
# Pin action to full length commit SHA corresponding to v2.0.0
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
with:

@@ -160,3 +164,4 @@ status: ${{ job.status }}

- name: 'Cancel running or queued workflow runs'
uses: styfle/cancel-workflow-action@0.11.0
# Pin action to full length commit SHA corresponding to v0.11.0
uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5
with:

@@ -163,0 +168,0 @@ workflow_id: >-

{
"name": "@stdlib/string-replace-cli",
"version": "0.1.0",
"version": "0.1.1",
"description": "Replace search occurrences with a replacement string.",

@@ -28,11 +28,11 @@ "license": "Apache-2.0",

"dependencies": {
"@stdlib/assert-is-regexp": "^0.1.0",
"@stdlib/assert-is-regexp-string": "^0.1.0",
"@stdlib/cli-ctor": "^0.1.0",
"@stdlib/fs-read-file": "^0.1.0",
"@stdlib/process-read-stdin": "^0.1.0",
"@stdlib/regexp-eol": "^0.1.0",
"@stdlib/streams-node-stdin": "^0.1.0",
"@stdlib/utils-regexp-from-string": "^0.1.0",
"@stdlib/string-replace": "0.1.0"
"@stdlib/assert-is-regexp": "^0.1.1",
"@stdlib/assert-is-regexp-string": "^0.1.1",
"@stdlib/cli-ctor": "^0.1.1",
"@stdlib/fs-read-file": "^0.1.1",
"@stdlib/process-read-stdin": "^0.1.1",
"@stdlib/regexp-eol": "^0.1.1",
"@stdlib/streams-node-stdin": "^0.1.1",
"@stdlib/utils-regexp-from-string": "^0.1.1",
"@stdlib/string-replace": "0.1.1"
},

@@ -43,3 +43,3 @@ "devDependencies": {

"@stdlib/process-exec-path": "^0.1.0",
"@stdlib/string-replace": "^0.0.11",
"@stdlib/string-replace": "^0.1.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",

@@ -46,0 +46,0 @@ "proxyquire": "^2.0.0",

@@ -192,4 +192,4 @@ <!--

[test-image]: https://github.com/stdlib-js/string-replace/actions/workflows/test.yml/badge.svg?branch=v0.1.0
[test-url]: https://github.com/stdlib-js/string-replace/actions/workflows/test.yml?query=branch:v0.1.0
[test-image]: https://github.com/stdlib-js/string-replace/actions/workflows/test.yml/badge.svg?branch=v0.1.1
[test-url]: https://github.com/stdlib-js/string-replace/actions/workflows/test.yml?query=branch:v0.1.1

@@ -196,0 +196,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-replace/main.svg