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
4
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 4.1.0 to 6.0.0

index.cjs.d.ts

18

package.json
{
"name": "@globalfishingwatch/api-client",
"version": "4.1.0",
"version": "6.0.0",
"description": "",

@@ -12,11 +12,11 @@ "author": "satellitestudio <contact@satellitestud.io>",

},
"peerDependencies": {
"@globalfishingwatch/api-types": "6.x",
"@globalfishingwatch/pbf": "1.x",
"main": "./index.cjs.js",
"module": "./index.esm.js",
"dependencies": {
"@globalfishingwatch/api-types": "8.0.0",
"@globalfishingwatch/pbf-decoders": "3.0.0",
"file-saver": "2.x",
"lodash": "4.x"
},
"module": "./index.esm.js",
"type": "module",
"main": "./index.esm.js"
"lodash": "4.x",
"react": "18.x"
}
}

@@ -1,2 +0,3 @@

import { UserData, ResourceResponseType, ResourceRequestType } from '@globalfishingwatch/api-types';
import { ResourceRequestType, ResourceResponseType, UserData } from '@globalfishingwatch/api-types';
export declare const API_GATEWAY: string;
export declare const USER_TOKEN_STORAGE_KEY = "GFW_API_USER_TOKEN";

@@ -3,0 +4,0 @@ export declare const USER_REFRESH_TOKEN_STORAGE_KEY = "GFW_API_USER_REFRESH_TOKEN";

@@ -1,2 +0,2 @@

/// <reference types="react" />
import type { JSX } from 'react';
export type MultiSelectOption<ID = any, Label = string | JSX.Element> = {

@@ -3,0 +3,0 @@ id: ID;

Sorry, the diff of this file is too big to display

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