Socket
Socket
Sign inDemoInstall

hyper-analytics

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyper-analytics

Data transformations on arrays of congruent JavaScript objects.


Version published
Maintainers
2
Created
Source

hyperAnalytics

Data transformations on arrays of uniform objects.

0.12.0

Breaking changes:

  1. Calculator calling signature changed from calculator(columnName) (data row object as context) to calculator(dataRow, columnName) (data row object as first parameter).
0.11.0

Breaking changes:

  1. The default headerify behavior is now an unopinionated pass-through.
  2. The headerify module has been upgraded to an API.

To force the internal modules to use the previous behavior, issue the following statement before use:

headerify.transform = headerify.capitalize;

For backwards compatibility, the following deprecated usage still works as before, providing the expected capitalize behavior:

header = headerify(field);

However, the new usage is used internally by the data source modules:

header = headerify.transform(field);

This uses the transform method, which by default is set to the unopinionated headerify.passthrough which returns its input.

FAQs

Package last updated on 07 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc