New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ventura

Package Overview
Dependencies
Maintainers
3
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ventura - npm Package Compare versions

Comparing version 1.16.4 to 1.16.5

1

dist/components/Toaster/Toaster.d.ts

@@ -19,2 +19,3 @@ import { ToastCallHandler, ToastInstance, ToastSettings } from './ToastManager/ToastManager';

success: (message: string, settings?: Pick<ToastSettings, "id" | "durationInSeconds" | "isClosable"> | undefined) => void | undefined;
warning: (message: string, settings?: Pick<ToastSettings, "id" | "durationInSeconds" | "isClosable"> | undefined) => void | undefined;
error: (message: string, settings?: Pick<ToastSettings, "id" | "durationInSeconds" | "isClosable"> | undefined) => void | undefined;

@@ -21,0 +22,0 @@ remove: (id: string) => void | undefined;

6

dist/components/Toaster/Toaster.js

@@ -51,5 +51,5 @@ "use strict";

};
// warning = (message: string, settings?: Omit<ToastSettings, 'intent'>) => {
// return this.notifyHandler(message, { ...settings, intent: 'warning' });
// };
this.warning = function (message, settings) {
return _this.notifyHandler && _this.notifyHandler(message, __assign(__assign({}, settings), { intent: 'warning' }));
};
this.error = function (message, settings) {

@@ -56,0 +56,0 @@ return _this.notifyHandler && _this.notifyHandler(message, __assign(__assign({}, settings), { intent: 'error' }));

{
"name": "ventura",
"version": "1.16.4",
"version": "1.16.5",
"repository": "git@github.com:kodiak-packages/ventura.git",

@@ -5,0 +5,0 @@ "author": "Kodiak",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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