Socket
Socket
Sign inDemoInstall

@uppy/informer

Package Overview
Dependencies
11
Maintainers
5
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.1 to 1.4.2

types/index.test-d.ts

2

lib/index.js

@@ -87,2 +87,2 @@ var _class, _temp;

return Informer;
}(Plugin), _class.VERSION = "1.4.1", _temp);
}(Plugin), _class.VERSION = "1.4.2", _temp);
{
"name": "@uppy/informer",
"description": "A notification and error pop-up bar for Uppy.",
"version": "1.4.1",
"version": "1.4.2",
"license": "MIT",

@@ -26,3 +26,3 @@ "main": "lib/index.js",

"dependencies": {
"@uppy/utils": "^2.2.1",
"@uppy/utils": "^2.2.2",
"preact": "8.2.9"

@@ -33,3 +33,3 @@ },

},
"gitHead": "07e9909bfcca44505433c8bfc38a050314be64ce"
"gitHead": "2c98271103539fbe46b37b9f8c2746bc7188b9c8"
}

@@ -1,26 +0,12 @@

import Uppy = require('@uppy/core');
import Uppy = require('@uppy/core')
declare module Informer {
interface Color {
bg: string | number;
text: string | number;
}
interface InformerOptions extends Uppy.PluginOptions {
typeColors: {
[type: string]: Color
};
replaceTargetContent?: boolean
target?: Uppy.PluginTarget
}
}
declare class Informer extends Uppy.Plugin {
constructor(uppy: Uppy.Uppy, opts: Partial<Informer.InformerOptions>);
}
declare class Informer extends Uppy.Plugin<Informer.InformerOptions> {}
export = Informer;
declare module '@uppy/core' {
export interface Uppy {
use(pluginClass: typeof Informer, opts: Partial<Informer.InformerOptions>): Uppy.Uppy;
}
}
export = Informer
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