data-point icon indicating copy to clipboard operation
data-point copied to clipboard

JavaScript Utility for collecting, processing and transforming data

Results 85 data-point issues
Sort by recently updated
recently updated
newest added

- `data-point` version: - `node` version: - `npm` version: **Problem description**: @raingerber said: it would be really helpful if the error message says where the type check happened (like whether...

type:enhancement
📦data-point

**Problem description**: It's hard to track the source of errors that are thrown from reducers. **Suggested solution**: When a reducer throws an error, we should log a path to the...

📦data-point

**Problem description**: In the README the names of reducers are transposed from the names being used throughout the code and as file names. In the README they are named `PathReducer`,...

📦data-point

**Problem description**: `ReducerEntity` supports `asCollection` notation (e.g. `hash:example[]`), but the code for resolving that notation is very similar to `ReducerMap`: https://github.com/ViacomInc/data-point/blob/master/packages/data-point/lib/entity-types/base-entity/resolve.js#L206 **Suggested solution**: Remove the `asCollection` property from `ReducerEntity`. Instead,...

📦data-point

**Problem description**: Before passing `resolveReducer` to entity resolve functions, we bind it to the `manager` object using `_.partial(resolveReducer, manager)`: https://github.com/ViacomInc/data-point/blob/master/packages/data-point/lib/entity-types/base-entity/resolve.js#L151 Then, in the resolve for each entity type, we call...

📦data-point

**Problem description:** Sometimes in reducer objects, we want to pass a value from the input object directly to the output object. Setting the value to `true` could be a shorthand...

📦data-point

This proposes a second "compilation" step when defining entities and entity types. DataPoint currently parses top-level entities when they're defined, but after finishing this work, the second step would examine...

type:enhancement
status:draft
📦data-point

**Problem description**: When resetCache is true the promise chain ignore saved values but stale data is not removed **Suggested solution**: Clear stale data during the promise chain **What happened**: **Reproduction**:...

📦data-point-service

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.2 to 2.1.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cookiejar&package-manager=npm_and_yarn&previous-version=2.1.2&new-version=2.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies