Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/toastify-js

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/toastify-js - npm Package Compare versions

Comparing version 1.9.2 to 1.11.0

19

toastify-js/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for toastify-js 1.9
// Type definitions for toastify-js 1.11
// Project: https://github.com/apvarun/toastify-js#readme

@@ -19,3 +19,3 @@ // Definitions by: adblanc <https://github.com/adblanc>

duration?: number | undefined;
selector?: string | undefined;
selector?: string | Node | undefined;
destination?: string | undefined;

@@ -26,2 +26,5 @@ newWindow?: boolean | undefined;

position?: 'left' | 'center' | 'right' | undefined;
/**
* @deprecated use style.background option instead
*/
backgroundColor?: string | undefined;

@@ -43,2 +46,14 @@ /**

offset?: Offset | undefined;
/**
* Toggle the default behavior of escaping HTML markup
*/
escapeMarkup?: boolean | undefined;
/**
* HTML DOM Style properties to add any style directly to toast
*/
style?: { [cssRule: string]: string };
/**
* Set the order in which toasts are stacked in page
*/
oldestFirst?: boolean | undefined;
}

@@ -45,0 +60,0 @@ }

6

toastify-js/package.json
{
"name": "@types/toastify-js",
"version": "1.9.2",
"version": "1.11.0",
"description": "TypeScript definitions for toastify-js",

@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/toastify-js",

"dependencies": {},
"typesPublisherContentHash": "41f35374282dd100f68e777bc0ab40931b6987b1669f9efb87c25d270b297a7f",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "7a14861a1800aa1cf4f432dfcc578a4adad7e1b2e4037cc2c53f110d99a95281",
"typeScriptVersion": "3.8"
}

@@ -11,3 +11,3 @@ # Installation

````ts
// Type definitions for toastify-js 1.9
// Type definitions for toastify-js 1.11
// Project: https://github.com/apvarun/toastify-js#readme

@@ -30,3 +30,3 @@ // Definitions by: adblanc <https://github.com/adblanc>

duration?: number | undefined;
selector?: string | undefined;
selector?: string | Node | undefined;
destination?: string | undefined;

@@ -37,2 +37,5 @@ newWindow?: boolean | undefined;

position?: 'left' | 'center' | 'right' | undefined;
/**
* @deprecated use style.background option instead
*/
backgroundColor?: string | undefined;

@@ -54,2 +57,14 @@ /**

offset?: Offset | undefined;
/**
* Toggle the default behavior of escaping HTML markup
*/
escapeMarkup?: boolean | undefined;
/**
* HTML DOM Style properties to add any style directly to toast
*/
style?: { [cssRule: string]: string };
/**
* Set the order in which toasts are stacked in page
*/
oldestFirst?: boolean | undefined;
}

@@ -70,3 +85,3 @@ }

### Additional Details
* Last updated: Fri, 02 Jul 2021 19:37:12 GMT
* Last updated: Thu, 16 Dec 2021 08:01:10 GMT
* Dependencies: none

@@ -73,0 +88,0 @@ * Global values: `Toastify`

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