New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

xdim

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xdim - npm Package Compare versions

Comparing version 1.7.0 to 1.8.0

2

package.json
{
"name": "xdim",
"version": "1.7.0",
"version": "1.8.0",
"description": "Multi-Dimensional Functions. Create, Query, and Transform Multi-Dimensional Data.",

@@ -5,0 +5,0 @@ "main": "src/xdim.js",

@@ -157,3 +157,3 @@ // export type data = Array<data | number | string>;

export function transform<DATA_IN, DATA_OUT>({
export function transform<DATA_IN, DATA_OUT, L extends string>({
data,

@@ -169,6 +169,8 @@ fill,

from: string;
to: string;
to: L;
sizes: Sizes;
useLayoutCache?: boolean;
}): { data: DATA_OUT };
}): {
data: MultidimensionalArray<number, NDIMS<L>>
};

@@ -175,0 +177,0 @@ export function update<D>({

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