node-stringbuilder
Advanced tools
| version: 2 | ||
| updates: | ||
| - package-ecosystem: github-actions | ||
| directory: "/" | ||
| schedule: | ||
| interval: "weekly" |
@@ -15,11 +15,13 @@ name: CI | ||
| node-version: | ||
| - 10.x | ||
| - 12.x | ||
| - 14.x | ||
| - 15.x | ||
| - 16.x | ||
| - 18.x | ||
| - 20.x | ||
| name: Use ${{ matrix.node-version }} on ${{ matrix.os }} | ||
| runs-on: ${{ matrix.os }} | ||
| steps: | ||
| - uses: actions/checkout@v2 | ||
| - uses: actions/setup-node@v1 | ||
| - uses: actions/checkout@v4 | ||
| - uses: actions/setup-node@v3 | ||
| with: | ||
@@ -26,0 +28,0 @@ node-version: ${{ matrix.node-version }} |
+6
-6
| { | ||
| "name": "node-stringbuilder", | ||
| "version": "2.2.6", | ||
| "version": "2.2.7", | ||
| "description": "An easy and fast in-memory string builder for Node.js.", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
| "engines": { | ||
| "node": ">=8.6.0" | ||
| "node": ">=10" | ||
| }, | ||
@@ -34,9 +34,9 @@ "repository": { | ||
| "dependencies": { | ||
| "bindings": "^1.3.0" | ||
| "bindings": "^1.5.0" | ||
| }, | ||
| "devDependencies": { | ||
| "chai": "^4.3.4", | ||
| "mocha": "^8.4.0", | ||
| "mocha-logger": "^1.0.7" | ||
| "chai": "^4.3.8", | ||
| "mocha": "^9.2.2", | ||
| "mocha-logger": "^1.0.8" | ||
| } | ||
| } |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
96972
0.15%10
11.11%Updated