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.0.3 to 2.0.4

6

CHANGELOG.md
# @globalfishingwatch/api-types
## 2.0.4
### Patch Changes
- a9c2879: Fishingmap/share workspace
## 2.0.3

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

10

dist/workspaces.d.ts

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

import { Dataset, AOI, Dataview, DataviewInstance } from '.';
export interface Workspace {
id: number;
import { AOI, Dataview, DataviewInstance } from '.';
export interface Workspace<T = unknown> {
id: string;
name: string;

@@ -14,7 +14,7 @@ description: string;

endAt: string;
datasets?: Partial<Dataset>[];
state?: T;
dataviews?: Partial<Dataview>[];
dataviewInstances: DataviewInstance[];
}
export interface WorkspaceUpsert extends Partial<Omit<Workspace, 'aoi' | 'dataviews'>> {
export interface WorkspaceUpsert<T = any> extends Partial<Omit<Workspace<T>, 'aoi' | 'dataviews'>> {
aoi?: number;

@@ -21,0 +21,0 @@ dataviews?: number[];

{
"name": "@globalfishingwatch/api-types",
"version": "2.0.3",
"version": "2.0.4",
"description": "Typescript definitions for API responses",

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

},
"gitHead": "f2a9742091fa876b2e589b6a07702023b94b5b87"
"gitHead": "4ce755ac8c658cb5991704665302bb616d289ac8"
}

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