sdk-javascript icon indicating copy to clipboard operation
sdk-javascript copied to clipboard

JavaScript/TypeScript SDK for CloudEvents

Results 47 sdk-javascript issues
Sort by recently updated
recently updated
newest added

**Describe the Bug** The types for return values from `Kafka.structured(cloudEventInstance)` seem to be incorrect. The returned object has the following structure if viewed using logs or a debugger: ```js {...

status/no-issue-activity

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=gts&from_version=3.1.0&to_version=4.0.0&pr_id=00f493ef-705e-44af-9273-9b086deff5cf&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

status/no-pr-activity

:robot: I have created a release \*beep\* \*boop\* --- ### [6.0.3](https://www.github.com/cloudevents/sdk-javascript/compare/v6.0.2...v6.0.3) (2022-09-02) ### Bug Fixes * improve validation on extension attribute ([#502](https://www.github.com/cloudevents/sdk-javascript/issues/502)) ([ea94a4d](https://www.github.com/cloudevents/sdk-javascript/commit/ea94a4d779d0744ef40abc81d08ab8b7e93e9133)) --- This PR was generated with [Release...

status/no-pr-activity
autorelease: pending

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

An event may have data that contains a BigInt. The builtin `JSON` parser for JavaScript does not handle the `BigInt` types. The introduced `json-bigint` dependency (34k) does. Fixes: https://github.com/cloudevents/sdk-javascript/issues/489 Signed-off-by:...

type/fix
status/no-pr-activity

**Describe the Bug** When parsing JSON data, if a JSON field value is a number, and that number is really big, JavaScript loses precision. For example, the Twitter API exposes...

type/bug
status/no-issue-activity

With the recent release of [5.3.0](https://github.com/cloudevents/sdk-javascript/releases/tag/v5.3.0) and its ability to format Kafka messages, we should create an example like we have for the [HTTP protocol](https://github.com/cloudevents/sdk-javascript/tree/main/examples/express-ex)

status/no-issue-activity

With the recent release of [5.3.0](https://github.com/cloudevents/sdk-javascript/releases/tag/v5.3.0) and its ability to format MQTT messages, we should create an example like we have for the [HTTP protocol](https://github.com/cloudevents/sdk-javascript/tree/main/examples/express-ex)

status/no-issue-activity

**Describe the Bug** Some HTTP requests may follow the CE traceparent extension. Currently, the default way of parsing this extension does not work as expected. Concretely, this extension / attributes...

status/no-issue-activity

**Is your feature request related to a problem? Please describe.** A Distributed Tracing Extension is part of [the specification](https://github.com/cloudevents/spec/blob/master/extensions/distributed-tracing.md). Javascript SDK should support it. **Describe the solution you would like...

help wanted
status/no-issue-activity
module/lib