Comparing version 6.0.10 to 6.0.11
@@ -0,1 +1,9 @@ | ||
## [6.0.11](https://github.com/rvagg/bl/compare/v6.0.10...v6.0.11) (2024-02-08) | ||
### Trivial Changes | ||
* **deps:** bump actions/setup-node from 4.0.1 to 4.0.2 ([d8ac460](https://github.com/rvagg/bl/commit/d8ac460597a24b0e783da2acd6ab37eacbbb0af5)) | ||
* update Node.js versions in CI ([863a5e0](https://github.com/rvagg/bl/commit/863a5e02f2c144c54be88ff962b0a902684c6527)) | ||
## [6.0.10](https://github.com/rvagg/bl/compare/v6.0.9...v6.0.10) (2024-01-01) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "bl", | ||
"version": "6.0.10", | ||
"version": "6.0.11", | ||
"description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!", | ||
@@ -31,2 +31,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@types/readable-stream": "^4.0.0", | ||
"buffer": "^6.0.3", | ||
@@ -37,3 +38,2 @@ "inherits": "^2.0.4", | ||
"devDependencies": { | ||
"@types/readable-stream": "^4.0.0", | ||
"faucet": "~0.0.1", | ||
@@ -40,0 +40,0 @@ "standard": "^17.0.0", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
91553
4
4
+ Added@types/node@22.9.0(transitive)
+ Added@types/readable-stream@4.0.18(transitive)
+ Addedsafe-buffer@5.1.2(transitive)
+ Addedundici-types@6.19.8(transitive)