@xylabs/forget 2.12.26 → 2.12.27

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 +4 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -62,4 +62,7 @@ See the [LICENSE](LICENSE) file for license details
62
62
  [npm-license-badge]: https://img.shields.io/npm/l/@xylabs/forget
63
63
 
64
64
  [jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/forget/badge
65
- [jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/forget
65
+ [jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/forget
66
+
67
+ [socket-badge]: https://socket.dev/api/badge/npm/package/@xylabs/forget
68
+ [socket-link]: https://socket.dev/npm/package/@xylabs/forget
package/package.json CHANGED
@@ -36,7 +36,7 @@
36
36
  "esm"
37
37
  ],
38
38
  "dependencies": {
39
- "@xylabs/delay": "~2.12.26"
39
+ "@xylabs/delay": "~2.12.27"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@xylabs/ts-scripts-yarn3": "^3.1.11",
@@ -51,6 +51,6 @@
51
51
  "url": "https://github.com/xylabs/sdk-js.git"
52
52
  },
53
53
  "sideEffects": false,
54
- "version": "2.12.26",
54
+ "version": "2.12.27",
55
55
  "type": "module"
56
56
  }