Socket
Socket
Sign inDemoInstall

@widget-editor/types

Package Overview
Dependencies
0
Maintainers
3
Versions
113
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.24 to 2.2.25

1

build/widget.d.ts

@@ -23,4 +23,3 @@ export declare type Id = string | number | null;

export interface Service {
fromDataset(dataset: object): object;
fetchWidget(widgetId: Id): Promise<Payload>;
}

4

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

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

"main": "build/index.js",
"gitHead": "bf5d2d87114a6beb5912162860d13edc7d1a284a"
"gitHead": "292e5035b87b1cfef261c31e01885dce3e66fa59"
}

@@ -25,4 +25,3 @@ export type Id = string | number | null;

export interface Service {
fromDataset(dataset: object): object;
fetchWidget(widgetId: Id): Promise<Payload>;
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc