Socket
Socket
Sign inDemoInstall

@govflanders/vl-widget-common-types

Package Overview
Dependencies
Maintainers
11
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@govflanders/vl-widget-common-types - npm Package Compare versions

Comparing version 1.3.5 to 1.3.6

2

package.json
{
"name": "@govflanders/vl-widget-common-types",
"version": "1.3.5",
"version": "1.3.6",
"license": "MIT",

@@ -5,0 +5,0 @@ "contributors": [

@@ -0,12 +1,5 @@

// Typescript module augmentation requires at least one import statement. Therefor
// we import the FlandersGlobalNamespace to ensure no actual code is being included.
import { FlandersGlobalNamespace } from '@govflanders/vl-common-types';
/**
* Interface which describes the widget namespace.
*/
export interface WidgetGlobalNamespace {
// Do not extend this interface with library specific members.
// See README.md for more information.
}
// Extend the flanders common types.

@@ -23,3 +16,3 @@ declare module "@govflanders/vl-common-types" {

* Main entry point for the widget libraries.
*
*
* @var {WidgetGlobalNamespace}

@@ -32,1 +25,11 @@ */

}
/**
* Interface which describes the widget namespace.
*/
export interface WidgetGlobalNamespace {
// Do not extend this interface with library specific members.
// See README.md for more information.
}

@@ -0,12 +1,5 @@

// Typescript module augmentation requires at least one import statement. Therefor
// we import the FlandersGlobalNamespace to ensure no actual code is being included.
import { FlandersGlobalNamespace } from '@govflanders/vl-common-types';
/**
* Interface which describes the widget namespace.
*/
export interface WidgetGlobalNamespace {
// Do not extend this interface with library specific members.
// See README.md for more information.
}
// Extend the flanders common types.

@@ -23,3 +16,3 @@ declare module "@govflanders/vl-common-types" {

* Main entry point for the widget libraries.
*
*
* @var {WidgetGlobalNamespace}

@@ -32,1 +25,11 @@ */

}
/**
* Interface which describes the widget namespace.
*/
export interface WidgetGlobalNamespace {
// Do not extend this interface with library specific members.
// See README.md for more information.
}
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