Socket
Socket
Sign inDemoInstall

@itk-viewer/io

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itk-viewer/io - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

dist/analyze/comlinkWorkerPool.d.ts.map

9

CHANGELOG.md
# @itk-viewer/io
## 0.4.3
### Patch Changes
- e96dbc0: Add color transfer function selection.
- Updated dependencies [e96dbc0]
- @itk-viewer/blosc-zarr@0.2.3
- @itk-viewer/utils@0.1.4
## 0.4.2

@@ -4,0 +13,0 @@

1

dist/analyze/comlinkWorkerPool.d.ts
export function comlinkWorkerPool(numberOfWorkers: any, makeWorker: any, operationName: any): WorkerPool;
import { WorkerPool } from 'itk-wasm';
//# sourceMappingURL=comlinkWorkerPool.d.ts.map

@@ -5,1 +5,2 @@ export function computeRanges(values: any, numberOfComponents?: number): Promise<{

}[]>;
//# sourceMappingURL=computeRanges.d.ts.map
export {};
//# sourceMappingURL=ComputeRanges.worker.d.ts.map

@@ -8,1 +8,2 @@ export function createRangeHelper(): {

};
//# sourceMappingURL=createRangeHelper.d.ts.map
export {};
//# sourceMappingURL=UpdateHistogram.worker.d.ts.map

@@ -6,1 +6,2 @@ import { IntTypes, FloatTypes } from 'itk-wasm';

export {};
//# sourceMappingURL=componentTypeToTypedArray.d.ts.map

@@ -9,1 +9,2 @@ import { Dimension, SpatialDimensions } from './types.js';

export declare const nonNullable: <T>(value: T) => value is NonNullable<T>;
//# sourceMappingURL=dimensionUtils.d.ts.map

@@ -7,1 +7,2 @@ export default HttpStore;

}
//# sourceMappingURL=HttpStore.d.ts.map
export {};
//# sourceMappingURL=ImageDataFromChunks.worker.d.ts.map

@@ -8,1 +8,2 @@ import { Image } from 'itk-wasm';

}
//# sourceMappingURL=ItkWasmMultiscaleSpatialImage.d.ts.map
import MultiscaleSpatialImage from './MultiscaleSpatialImage.js';
export declare const makePlaceholderMultiscaleImage: (name: string, scaleCount: number) => MultiscaleSpatialImage;
//# sourceMappingURL=makePlaceholderMultiscaleImage.d.ts.map

2

dist/MultiscaleSpatialImage.d.ts

@@ -1,2 +0,1 @@

/// <reference types="gl-matrix/index.js" />
import { mat3, ReadonlyMat3, ReadonlyMat4 } from 'gl-matrix';

@@ -87,1 +86,2 @@ import { ImageType } from 'itk-wasm';

};
//# sourceMappingURL=MultiscaleSpatialImage.d.ts.map

@@ -568,1 +568,2 @@ /**

export {};
//# sourceMappingURL=ngff-validator.d.ts.map
export { getPipelinesBaseUrl, setPipelinesBaseUrl, getPipelineWorkerUrl, setPipelineWorkerUrl, } from 'itk-wasm';
export { getPipelinesBaseUrl as bloscZarrGetPipelinesBaseUrl, setPipelinesBaseUrl as bloscZarrSetPipelinesBaseUrl, getPipelineWorkerUrl as bloscZarrGetPipelineWorkerUrl, setPipelineWorkerUrl as bloscZarrSetPipelineWorkerUrl, } from '@itk-viewer/blosc-zarr/bloscZarrDecompress.js';
//# sourceMappingURL=pipeline-urls.d.ts.map
import { Image } from 'itk-wasm';
export declare const takeSnapshot: ({ data, metadata, ...rest }: Image) => string;
//# sourceMappingURL=testUtils.d.ts.map

@@ -1,4 +0,4 @@

/// <reference types="gl-matrix/index.js" />
import { ReadonlyMat4 } from 'gl-matrix';
import { ReadonlyBounds, Bounds } from '@itk-viewer/utils/bounding-box.js';
export declare const transformBounds: (transformingMat4: ReadonlyMat4, bounds: ReadonlyBounds) => Bounds;
//# sourceMappingURL=transformBounds.d.ts.map

@@ -44,1 +44,2 @@ import { ReadonlyMat4 } from 'gl-matrix';

export {};
//# sourceMappingURL=types.d.ts.map

@@ -21,1 +21,2 @@ import { ImageType } from 'itk-wasm';

}
//# sourceMappingURL=ZarrMultiscaleSpatialImage.d.ts.map

@@ -12,1 +12,2 @@ interface Store {

export {};
//# sourceMappingURL=ZarrStoreParser.d.ts.map
{
"name": "@itk-viewer/io",
"version": "0.4.2",
"version": "0.4.3",
"description": "Multi-dimensional image IO",

@@ -41,3 +41,3 @@ "type": "module",

"@itk-wasm/image-io": "^1.1.1",
"typescript": "^5.3.3"
"typescript": "^5.5.4"
},

@@ -51,4 +51,4 @@ "dependencies": {

"zod": "^3.22.4",
"@itk-viewer/utils": "^0.1.3",
"@itk-viewer/blosc-zarr": "^0.2.2"
"@itk-viewer/utils": "^0.1.4",
"@itk-viewer/blosc-zarr": "^0.2.3"
},

@@ -55,0 +55,0 @@ "eslintConfig": {

Sorry, the diff of this file is not supported yet

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