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

@smallstack/common

Package Overview
Dependencies
Maintainers
2
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smallstack/common - npm Package Compare versions

Comparing version 0.1.23 to 0.1.24

6

dist/bundle/dts/notifications/NotificationService.d.ts

@@ -22,2 +22,8 @@ import { Notifier } from "./Notifier";

setNotificationNotifier(notifier: Notifier): void;
handlePromise<T>(promise: Promise<T>, options: {
errorMsg?: string;
successMsg?: string;
i18nErrorKey?: string;
i18nSuccessKey?: string;
}): Promise<T>;
}

2

package.json
{
"name": "@smallstack/common",
"version": "0.1.23",
"version": "0.1.24",
"description": "common functionality for smallstack projects",

@@ -5,0 +5,0 @@ "main": "dist/bundle/index.umd.js",

@@ -0,1 +1,3 @@

[![coverage report](https://gitlab.com/smallstack/smallstack-common/badges/develop/coverage.svg)](https://gitlab.com/smallstack/smallstack-common/commits/develop)
# @smallstack/common

@@ -2,0 +4,0 @@

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