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

toast-me

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

toast-me - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

12

package.json
{
"name": "toast-me",
"version": "1.2.2",
"version": "1.2.3",
"description": "Creates toast messages",

@@ -17,9 +17,9 @@ "main": "lib/toast-me.min.js",

"keywords": [
"webpack",
"es6",
"library",
"universal",
"umd",
"react",
"vue",
"web",
"bubble",
"toast",
"commonjs",
"popup",
"notify",

@@ -26,0 +26,0 @@ "error",

@@ -185,2 +185,7 @@ # toast-me

```
This method has separate simplified alias
```js
import { removeAllToasts } from 'toast-me';
removeAllToasts('bottom')
```

@@ -187,0 +192,0 @@ ## Contributing

// @flow
import ToastMeClass, { ToastOptions } from './toastMe';
import ToastMeClass, { ToastOptions, removeAllToasts } from './toastMe';

@@ -9,2 +9,3 @@ import type { ToastActionType, ToastOptionsType } from './types';

ToastMeClass,
removeAllToasts,
};

@@ -11,0 +12,0 @@

@@ -129,2 +129,9 @@ // @flow

export { ToastOptions };
function removeAllToasts(options: ContainerOptionsType) {
ToastMeClass.removeAll(options);
}
export {
ToastOptions,
removeAllToasts,
};
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