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

@smallstack/common

Package Overview
Dependencies
Maintainers
3
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.7.74 to 0.7.75

4

dist/bundle/dts/interfaces/TokenService.d.ts

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

import { Subject } from "rxjs";
import { BehaviorSubject } from "rxjs";
/**

@@ -8,3 +8,3 @@ * Stateful service that stores a user token

export interface TokenService {
tokenChange: Subject<boolean>;
tokenChange: BehaviorSubject<boolean>;
setLoginToken(token: string): void;

@@ -11,0 +11,0 @@ getLoginToken(): string;

{
"name": "@smallstack/common",
"version": "0.7.74",
"version": "0.7.75",
"description": "common functionality for smallstack projects",

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

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