@xylabs/buffer 2.12.26 → 2.12.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,6 +6,7 @@
6
6
  [![npm-downloads-badge][]][npm-link]
7
7
  [![jsdelivr-badge][]][jsdelivr-link]
8
8
  [![npm-license-badge][]](LICENSE)
9
+ [![socket-badge][]][socket-link]
9
10
 
10
11
  > XY Labs generalized Javascript library
11
12
 
@@ -62,4 +63,7 @@ See the [LICENSE](LICENSE) file for license details
62
63
  [npm-license-badge]: https://img.shields.io/npm/l/@xylabs/buffer
63
64
 
64
65
  [jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/buffer/badge
65
- [jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/buffer
66
+ [jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/buffer
67
+
68
+ [socket-badge]: https://socket.dev/api/badge/npm/package/@xylabs/buffer
69
+ [socket-link]: https://socket.dev/npm/package/@xylabs/buffer
package/package.json CHANGED
@@ -46,7 +46,7 @@
46
46
  "esm"
47
47
  ],
48
48
  "dependencies": {
49
- "@xylabs/platform": "~2.12.26",
49
+ "@xylabs/platform": "~2.12.28",
50
50
  "buffer": "^6.0.3"
51
51
  },
52
52
  "devDependencies": {
@@ -64,6 +64,6 @@
64
64
  "url": "https://github.com/xylabs/sdk-js.git"
65
65
  },
66
66
  "sideEffects": false,
67
- "version": "2.12.26",
67
+ "version": "2.12.28",
68
68
  "type": "module"
69
69
  }