@globalfishingwatch/api-client
Advanced tools
Comparing version 4.1.0 to 6.0.0
{ | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
62821
5
1575
2
0
16
7
No
+ Addedfile-saver@2.x
+ Addedlodash@4.x
+ Addedreact@18.x
+ Added@globalfishingwatch/api-types@8.0.0(transitive)
+ Added@globalfishingwatch/pbf-decoders@3.0.0(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedlong@5.2.4(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedreact@18.3.1(transitive)
- Removed@globalfishingwatch/api-types@6.6.0(transitive)
- Removed@globalfishingwatch/pbf@1.0.11(transitive)