@stdlib/assert-has-uint8array-support-cli
Advanced tools
@@ -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: >- |
+6
-6
| { | ||
| "name": "@stdlib/assert-has-uint8array-support-cli", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Detect native Uint8Array support.", | ||
@@ -28,10 +28,10 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@stdlib/cli-ctor": "^0.1.0", | ||
| "@stdlib/fs-read-file": "^0.1.0", | ||
| "@stdlib/assert-has-uint8array-support": "0.1.0" | ||
| "@stdlib/cli-ctor": "^0.1.1", | ||
| "@stdlib/fs-read-file": "^0.1.1", | ||
| "@stdlib/assert-has-uint8array-support": "0.1.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@stdlib/assert-is-browser": "^0.0.8", | ||
| "@stdlib/assert-is-browser": "^0.1.0", | ||
| "@stdlib/assert-is-windows": "^0.1.0", | ||
| "@stdlib/process-exec-path": "^0.0.7", | ||
| "@stdlib/process-exec-path": "^0.1.0", | ||
| "proxyquire": "^2.0.0", | ||
@@ -38,0 +38,0 @@ "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
+2
-2
@@ -150,4 +150,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/assert-has-uint8array-support/actions/workflows/test.yml/badge.svg?branch=v0.1.0 | ||
| [test-url]: https://github.com/stdlib-js/assert-has-uint8array-support/actions/workflows/test.yml?query=branch:v0.1.0 | ||
| [test-image]: https://github.com/stdlib-js/assert-has-uint8array-support/actions/workflows/test.yml/badge.svg?branch=v0.1.1 | ||
| [test-url]: https://github.com/stdlib-js/assert-has-uint8array-support/actions/workflows/test.yml?query=branch:v0.1.1 | ||
@@ -154,0 +154,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-has-uint8array-support/main.svg |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
31227
1.77%+ Added
- Removed
Updated
Updated