Socket
Socket
Sign inDemoInstall

@widget-editor/types

Package Overview
Dependencies
Maintainers
3
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@widget-editor/types - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1

1

build/dataset.d.ts

@@ -7,2 +7,3 @@ export declare type Id = string;

provider: string;
type: 'tabular' | 'raster';
geoInfo: boolean;

@@ -9,0 +10,0 @@ relevantFields: string[];

4

package.json
{
"name": "@widget-editor/types",
"version": "2.6.0",
"version": "2.6.1",
"licence": "MIT",

@@ -27,3 +27,3 @@ "scripts": {

"main": "build/index.js",
"gitHead": "e9c8fc007a4ab58846797d31b02e304c8271298d"
"gitHead": "dc97cc6adb8cf996442eccc25d58fd1df65dba1d"
}

@@ -8,2 +8,4 @@ export type Id = string;

provider: string;
/** When type is raster, the core doesn't call the adapter's getDatasetFields */
type: 'tabular' | 'raster';
geoInfo: boolean;

@@ -10,0 +12,0 @@ relevantFields: string[];

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