data-point
data-point copied to clipboard
JavaScript Utility for collecting, processing and transforming data
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...
https://github.com/ViacomInc/data-point/blob/97f54f036b13888395996eb1d5f239231486a4c3/packages/data-point/lib/entity-types/entity-request/resolve.js#L101
**Problem description**: This has come up over and over: expose the datapoint.resolve from the accumulator object, so a reducer function can internally have access to the same datapoint instance that...
**Problem description**: With the newer version of data-point, we expect the Schema entity to be removed from the set of entities offered by data-point core package. **Suggested solution**: Create a...
Add @class tag to classes so that they're properly rendered by jsdoc
**Problem description**: Add new reducer to fetch external resources, this is to give an alternative solution to the previous implementation of the **Request** entity which is no longer planned to...
**Problem description**: ```js const error = new Error('test') Model({ value: () => { throw error }, catch: (e) => { // error is not being passed e != error }...