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

@globalfishingwatch/dataviews-client

Package Overview
Dependencies
Maintainers
2
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@globalfishingwatch/dataviews-client - npm Package Compare versions

Comparing version 2.3.1 to 2.4.0

11

CHANGELOG.md
# @globalfishingwatch/dataviews-client
## 2.4.0
### Minor Changes
- 24344bc: Clean LegendRamp
### Patch Changes
- Updated dependencies [24344bc]
- @globalfishingwatch/layer-composer@2.9.0
## 2.3.1

@@ -4,0 +15,0 @@

2

dist/index.d.ts
export { default } from './dataviews-client';
export { default as resolveDataviews } from './resolve-dataviews';
export type { Endpoint, EndpointParam, Dataset, DatasetTypes, DatasetStatus, DatasetConfiguration, Dataview, DataviewCreation, DataviewConfig, DataviewDatasetConfigParams, DataviewDatasetConfig, DataviewDatasetConfigDict, AOI, Workspace, WorkspaceCreation, WorkspaceDataviewConfig, WorkspaceDataviewConfigDict, Resource, } from './types';
export type { Endpoint, EndpointParam, Dataset, DatasetTypes, DatasetStatus, DatasetConfiguration, Dataview, DataviewCreation, DataviewConfig, DataviewDatasetConfigParams, DataviewDatasetConfig, DataviewDatasetConfigDict, AOI, Workspace, WorkspaceUpsert, WorkspaceDataviewConfig, WorkspaceDataviewConfigDict, Resource, } from './types';
//# sourceMappingURL=index.d.ts.map

@@ -88,7 +88,2 @@ import { GeoJSON } from 'geojson';

}
export interface WorkspaceCreation {
name: string;
description: string;
dataviews: number[];
}
export interface WorkspaceDataviewConfig {

@@ -116,2 +111,6 @@ config: DataviewConfig;

}
export interface WorkspaceUpsert extends Partial<Omit<Workspace, 'aoi' | 'dataviews'>> {
aoi?: number;
dataviews?: number[];
}
export interface Resource<T = unknown> {

@@ -118,0 +117,0 @@ dataviewId: number | string;

{
"name": "@globalfishingwatch/dataviews-client",
"version": "2.3.1",
"version": "2.4.0",
"description": "",

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

"@globalfishingwatch/api-client": "^1.3.2",
"@globalfishingwatch/layer-composer": "^2.7.1",
"@globalfishingwatch/layer-composer": "^2.9.0",
"@globalfishingwatch/pbf": "^1.0.7",

@@ -40,3 +40,3 @@ "qs": "^6.9.4"

},
"gitHead": "bd8ba11b11c642981a00f543c87346e0129cf7b4"
"gitHead": "77456c852c0cc6d25045f7cb1c0e46a52e6f7ffe"
}

Sorry, the diff of this file is not supported yet

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