New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

node-stringbuilder

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-stringbuilder - npm Package Compare versions

Comparing version
2.2.6
to
2.2.7
+6
.github/dependabot.yaml
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "weekly"
+5
-3

@@ -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 }}

{
"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"
}
}