* fix: improve validation on extension attribute Fixes: https://github.com/cloudevents/sdk-javascript/issues/500 Adds a regular expression check to the attribute name validation code to ensure that attribute names only use a-z0-9 (except for `data_base64`, which apparently is an exception to the rule. Signed-off-by: Lance Ball <lball@redhat.com> |
||
|---|---|---|
| .. | ||
| batch_test.ts | ||
| ce.png | ||
| cloud_event_test.ts | ||
| constants_test.ts | ||
| emitter_factory_test.ts | ||
| emitter_singleton_test.ts | ||
| kafka_tests.ts | ||
| message_test.ts | ||
| mqtt_tests.ts | ||
| parser_test.ts | ||
| sdk_test.ts | ||
| spec_1_tests.ts | ||
| utilities_test.ts | ||