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

@thi.ng/pixel-io-geotiff

Package Overview
Dependencies
Maintainers
1
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/pixel-io-geotiff - npm Package Compare versions

Comparing version 0.1.44 to 0.1.46

9

CHANGELOG.md
# Change Log
- **Last updated**: 2023-10-23T07:37:37Z
- **Last updated**: 2023-11-09T10:28:19Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -12,2 +12,9 @@

### [0.1.45](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel-io-geotiff@0.1.45) (2023-11-09)
#### ♻️ Refactoring
- update imports & add type sig ([8798d95](https://github.com/thi-ng/umbrella/commit/8798d95))
- update all tests (packages A-S) ([e3085e4](https://github.com/thi-ng/umbrella/commit/e3085e4))
### [0.1.11](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel-io-geotiff@0.1.11) (2023-03-27)

@@ -14,0 +21,0 @@

21

package.json
{
"name": "@thi.ng/pixel-io-geotiff",
"version": "0.1.44",
"version": "0.1.46",
"description": "GeoTIFF reader support for @thi.ng/pixel",

@@ -31,18 +31,17 @@ "type": "module",

"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
"doc:readme": "yarn doc:stats && tools:readme",
"doc:stats": "tools:module-stats",
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
"pub": "yarn npm publish --access public",
"test": "testament test"
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.6",
"@thi.ng/pixel": "^4.3.2",
"geotiff": "^2.0.7"
"@thi.ng/api": "^8.9.8",
"@thi.ng/pixel": "^4.3.4",
"geotiff": "2.0.7"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.0",
"@thi.ng/testament": "^0.3.24",
"@microsoft/api-extractor": "^7.38.2",
"@thi.ng/testament": "^0.4.1",
"rimraf": "^5.0.5",
"tools": "^0.0.1",
"typedoc": "^0.25.2",
"typedoc": "^0.25.3",
"typescript": "^5.2.2"

@@ -90,3 +89,3 @@ },

},
"gitHead": "336bd1bf95825b3c318a3ab49c54451c94aaa883\n"
"gitHead": "669a3151e4302480244fe3e60eff5e732ea5b7a7\n"
}
import { type FloatBuffer } from "@thi.ng/pixel";
import { Pool } from "geotiff";
import { Pool, type GeoTIFFImage } from "geotiff";
export interface GeoTiffOpts {

@@ -29,4 +29,4 @@ /**

img: FloatBuffer;
tiff: import("geotiff/dist-node/geotiffimage").default;
tiff: GeoTIFFImage;
}>;
//# sourceMappingURL=read.d.ts.map
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