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

live-connect-common

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

live-connect-common - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

2

dist/index.d.ts

@@ -34,3 +34,3 @@ interface ErrorBus {

declare const UUID = "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}";
declare function onNonNull<A, B>(value: A, fn: (value: NonNullable<A>) => B): null | undefined | B;
declare function onNonNull<A, B>(value: A, fn: (value: NonNullable<A>) => B): Exclude<A, NonNullable<A>> | B;
declare function safeToString(value: unknown): string;

@@ -37,0 +37,0 @@ declare function nonNull<A>(value: A): value is NonNullable<A>;

@@ -8,3 +8,3 @@ {

"description": "Interfaces and basic functionality for LiveConnect projects",
"version": "3.1.0",
"version": "3.1.1",
"license": "Apache-2.0",

@@ -11,0 +11,0 @@ "private": false,

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