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

@logux/client

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logux/client - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

2

attention/index.d.ts

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

import { Client } from '../client'
import { Client } from '../client/index.js'

@@ -3,0 +3,0 @@ /**

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

import { Client } from '../client'
import { Client } from '../client/index.js'

@@ -3,0 +3,0 @@ export type BadgeMessages = {

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

import { BadgeStyles } from '..'
import { BadgeStyles } from '../index.js'
export const badgeStyles: BadgeStyles
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 0.9.2
* Fix log messages (by Eduard Aksamitov).
* Replace `chalk` with `colorette`.
## 0.9.1

@@ -5,0 +9,0 @@ * Improve log messages for subscribing.

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

import { Client } from '../client'
import { Client } from '../client/index.js'

@@ -3,0 +3,0 @@ /**

import { Unsubscribe } from 'nanoevents'
import { Log } from '@logux/core'
import { Client, ClientActionListener, ClientMeta } from '../client'
import { Client, ClientActionListener, ClientMeta } from '../client/index.js'

@@ -6,0 +6,0 @@ /**

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

import { Client } from '../client'
import { Client } from '../client/index.js'

@@ -3,0 +3,0 @@ type FaviconLinks = {

@@ -1,9 +0,15 @@

export { badge, badgeEn, badgeRu, BadgeMessages, BadgeStyles } from './badge'
export { Client, ClientMeta, ClientOptions } from './client'
export { CrossTabClient } from './cross-tab-client'
export { IndexedStore } from './indexed-store'
export { attention } from './attention'
export { confirm } from './confirm'
export { favicon } from './favicon'
export { status } from './status'
export { log } from './log'
export {
badge,
badgeEn,
badgeRu,
BadgeMessages,
BadgeStyles
} from './badge/index.js'
export { Client, ClientMeta, ClientOptions } from './client/index.js'
export { CrossTabClient } from './cross-tab-client/index.js'
export { IndexedStore } from './indexed-store/index.js'
export { attention } from './attention/index.js'
export { confirm } from './confirm/index.js'
export { favicon } from './favicon/index.js'
export { status } from './status/index.js'
export { log } from './log/index.js'

@@ -95,8 +95,3 @@ import { isFirstOlder } from '@logux/core'

let store = await this.init()
let result = await promisify(
store
.os('log')
.index('id')
.get(id)
)
let result = await promisify(store.os('log').index('id').get(id))
if (result) {

@@ -103,0 +98,0 @@ return [result.action, result.meta]

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

import { Client } from '../client'
import { Client } from '../client/index.js'

@@ -3,0 +3,0 @@ type LogMessages = {

@@ -106,3 +106,3 @@ import { parseId } from '@logux/core/parse-id'

showLog(
'subscribed to ' + bold(processed.channel) + ' was channel',
'subscribed to ' + bold(processed.channel) + ' channel',
details

@@ -109,0 +109,0 @@ )

{
"name": "@logux/client",
"version": "0.9.1",
"version": "0.9.2",
"description": "Logux base components to build web client",

@@ -21,5 +21,5 @@ "keywords": [

"dependencies": {
"@logux/core": "^0.6.0",
"@logux/core": "^0.6.1",
"nanoevents": "^5.1.8",
"nanoid": "^3.1.10"
"nanoid": "^3.1.12"
},

@@ -31,3 +31,2 @@ "type": "module",

"exports": {
"./package.json": "./package.json",
".": {

@@ -37,2 +36,3 @@ "require": "./index.cjs",

},
"./package.json": "./package.json",
"./attention/package.json": "./attention/package.json",

@@ -39,0 +39,0 @@ "./attention": {

import { Action } from '@logux/core'
import { Client, ClientMeta } from '../client'
import { Client, ClientMeta } from '../client/index.js'

@@ -5,0 +5,0 @@ interface StatusListener {

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