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
3
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 4.1.2 to 4.1.3

6

CHANGELOG.md
# @globalfishingwatch/api-types
## 4.1.3
### Patch Changes
- 2f7db18f: Fishing map/color cycling
## 4.1.2

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

2

dist/dataviews.d.ts
import { ApiAppName, Dataset } from '.';
export declare type ColorCyclingType = 'fill' | 'line';
export interface DataviewConfig<Type = any> {
type?: Type;
color?: string;
colorCyclingType?: ColorCyclingType;
visible?: boolean;

@@ -6,0 +8,0 @@ filters?: Record<string, any>;

4

package.json
{
"name": "@globalfishingwatch/api-types",
"version": "4.1.2",
"version": "4.1.3",
"description": "Typescript definitions for API responses",

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

},
"gitHead": "f2915523d9b6beb64dbe34ed7b260778f6b4a7d0"
"gitHead": "efda5ae60aecb6322c585899349130783940fcd5"
}

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