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

@globalfishingwatch/api-client

Package Overview
Dependencies
Maintainers
2
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@globalfishingwatch/api-client - npm Package Compare versions

Comparing version 1.6.2 to 1.6.3

8

CHANGELOG.md
# @globalfishingwatch/api-client
## 1.6.3
### Patch Changes
- a9c2879: Fishingmap/share workspace
- Updated dependencies [a9c2879]
- @globalfishingwatch/api-types@2.0.4
## 1.6.2

@@ -4,0 +12,0 @@

3

dist/api-client.d.ts

@@ -17,6 +17,7 @@ import { UserData, ResourceResponseType } from '@globalfishingwatch/api-types';

}
export declare type FetchOptions = Partial<RequestInit> & {
export declare type FetchOptions<T = BodyInit> = Partial<RequestInit> & {
method?: 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
responseType?: ResourceResponseType;
dataset?: boolean;
body?: T;
};

@@ -23,0 +24,0 @@ export declare type RequestStatus = 'idle' | 'refreshingToken' | 'logging' | 'downloading';

{
"name": "@globalfishingwatch/api-client",
"version": "1.6.2",
"version": "1.6.3",
"description": "",

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

"dependencies": {
"@globalfishingwatch/api-types": "^2.0.3",
"@globalfishingwatch/api-types": "^2.0.4",
"file-saver": "^2.0.2"

@@ -44,3 +44,3 @@ },

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

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