node-stringbuilder
Advanced tools
| name: CI | ||
| on: [push, pull_request] | ||
| jobs: | ||
| tests: | ||
| strategy: | ||
| fail-fast: false | ||
| matrix: | ||
| os: | ||
| - ubuntu-latest | ||
| - macos-latest | ||
| - windows-latest | ||
| node-version: | ||
| - 12.x | ||
| - 14.x | ||
| - 15.x | ||
| - 16.x | ||
| name: Use ${{ matrix.node-version }} on ${{ matrix.os }} | ||
| runs-on: ${{ matrix.os }} | ||
| steps: | ||
| - uses: actions/checkout@v2 | ||
| - uses: actions/setup-node@v1 | ||
| with: | ||
| node-version: ${{ matrix.node-version }} | ||
| - run: npm install | ||
| - run: npm run build --if-present | ||
| - run: npm test |
+12
-12
| { | ||
| "name": "node-stringbuilder", | ||
| "version": "2.2.4", | ||
| "version": "2.2.5", | ||
| "description": "An easy and fast in-memory string builder for Node.js.", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "test": "mocha --reporter spec", | ||
| "benchmark": "mocha --reporter spec benchmark" | ||
| "test": "mocha", | ||
| "benchmark": "mocha benchmark" | ||
| }, | ||
| "engines": { | ||
| "node": ">=8.6.0" | ||
| }, | ||
| "repository": { | ||
@@ -28,14 +31,11 @@ "type": "git", | ||
| }, | ||
| "homepage": "https://github.com/magiclen/node-stringbuilder#readme", | ||
| "engines": { | ||
| "node": ">=8.6.0" | ||
| "homepage": "https://magiclen.org/node-stringbuilder/", | ||
| "dependencies": { | ||
| "bindings": "^1.3.0" | ||
| }, | ||
| "devDependencies": { | ||
| "chai": "^4.2.0", | ||
| "mocha": "^5.2.0", | ||
| "mocha-logger": "^1.0.6" | ||
| }, | ||
| "dependencies": { | ||
| "bindings": "^1.3.0" | ||
| "chai": "^4.3.4", | ||
| "mocha": "^8.4.0", | ||
| "mocha-logger": "^1.0.7" | ||
| } | ||
| } |
+2
-15
| StringBuilder for Node.js | ||
| ========= | ||
| [](https://github.com/magiclen/node-stringbuilder/actions/workflows/ci.yml) | ||
| An easy and fast in-memory string builder for Node.js. | ||
@@ -36,17 +38,2 @@ | ||
| ## Installation | ||
| Run `npm i` or `npm install` to install. | ||
| ```bash | ||
| npm install node-stringbuilder | ||
| ``` | ||
| If you want to save this module to package.json, please add `--save` option. | ||
| ```bash | ||
| npm install node-stringbuilder --save | ||
| ``` | ||
| ## Features | ||
@@ -53,0 +40,0 @@ |
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
96834
0.51%9
12.5%434
-2.91%