@verdaccio/config 8.0.0-next-8.34 → 8.0.0-next-8.35

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.
@@ -202,6 +202,22 @@ server:
202
202
  # endpoint: 'https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken'
203
203
  # content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}'
204
204
 
205
+ # Settings for filter plugins
206
+ # https://verdaccio.org/docs/plugin-filter
207
+ # filters:
208
+ # '@verdaccio/package-filter':
209
+ # # Block versions published less than N days ago
210
+ # # minAgeDays: 7
211
+ # # Only serve versions published before a specific date
212
+ # # dateThreshold: '2025-01-01'
213
+ # # block:
214
+ # # - scope: '@malicious'
215
+ # # - package: 'typosquat-pkg'
216
+ # # - package: 'compromised-lib'
217
+ # # versions: '>=3.0.0'
218
+ # # allow:
219
+ # # - scope: '@my-org'
220
+
205
221
  # Settings for middleware plugins
206
222
  # https://verdaccio.org/docs/plugins#middleware-configuration
207
223
  middlewares:
@@ -201,6 +201,22 @@ server:
201
201
  # endpoint: 'https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken'
202
202
  # content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}'
203
203
 
204
+ # Settings for filter plugins
205
+ # https://verdaccio.org/docs/plugin-filter
206
+ # filters:
207
+ # '@verdaccio/package-filter':
208
+ # # Block versions published less than N days ago
209
+ # # minAgeDays: 7
210
+ # # Only serve versions published before a specific date
211
+ # # dateThreshold: '2025-01-01'
212
+ # # block:
213
+ # # - scope: '@malicious'
214
+ # # - package: 'typosquat-pkg'
215
+ # # - package: 'compromised-lib'
216
+ # # versions: '>=3.0.0'
217
+ # # allow:
218
+ # # - scope: '@my-org'
219
+
204
220
  # Settings for middleware plugins
205
221
  # https://verdaccio.org/docs/plugins#middleware-configuration
206
222
  middlewares:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdaccio/config",
3
- "version": "8.0.0-next-8.34",
3
+ "version": "8.0.0-next-8.35",
4
4
  "description": "Verdaccio Configuration",
5
5
  "main": "./build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -33,7 +33,7 @@
33
33
  "node": ">=18"
34
34
  },
35
35
  "dependencies": {
36
- "@verdaccio/core": "8.0.0-next-8.34",
36
+ "@verdaccio/core": "8.0.0-next-8.35",
37
37
  "debug": "4.4.3",
38
38
  "js-yaml": "4.1.1",
39
39
  "lodash": "4.17.23"