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

@globalfishingwatch/api-types

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@globalfishingwatch/api-types - npm Package Compare versions

Comparing version 2.8.1 to 2.8.2

6

CHANGELOG.md
# @globalfishingwatch/api-types
## 2.8.2
### Patch Changes
- a9e66b1c: move metadata configuration to dataset types definition
## 2.8.1

@@ -4,0 +10,0 @@

10

dist/datasets.d.ts

@@ -39,7 +39,15 @@ export interface UploadResponse {

}
export declare type DatasetCustomTypes = 'points' | 'lines' | 'geometries';
export interface DatasetConfiguration {
index?: string;
filePath?: string;
srid?: number;
file?: string;
type?: DatasetCustomTypes;
format?: 'geojson';
propertyToInclude?: string;
srid?: number;
propertyToIncludeRange?: {
min: number;
max: number;
};
[key: string]: unknown;

@@ -46,0 +54,0 @@ }

4

package.json
{
"name": "@globalfishingwatch/api-types",
"version": "2.8.1",
"version": "2.8.2",
"description": "Typescript definitions for API responses",

@@ -33,3 +33,3 @@ "author": "satellitestudio <contact@satellitestud.io>",

},
"gitHead": "62f94f86ce24b7d9b77a3f3328beb7c2d1179781"
"gitHead": "1cf36bab885970b12d64933c570774aa8ffc09c3"
}

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