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

@alwatr/signal

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alwatr/signal - npm Package Compare versions

Comparing version 0.18.0 to 0.19.0

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

# [0.19.0](https://github.com/AliMD/alwatr/compare/v0.18.0...v0.19.0) (2022-11-01)
### Bug Fixes
- Import error in webpack ([1a52f67](https://github.com/AliMD/alwatr/commit/1a52f67ff2788c51abd13126f34353c26aa669c3))
# [0.18.0](https://github.com/AliMD/alwatr/compare/v0.17.0...v0.18.0) (2022-10-22)

@@ -8,0 +14,0 @@

2

core.d.ts

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

import type { DispatchOptions, ListenerCallback, ListenerObject, ListenerOptions, SignalObject, SignalProvider, SignalProviderOptions } from './type';
import type { DispatchOptions, ListenerCallback, ListenerObject, ListenerOptions, SignalObject, SignalProvider, SignalProviderOptions } from './type.js';
export declare const logger: import("@alwatr/logger").AlwatrLogger;

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

{
"name": "@alwatr/signal",
"version": "0.18.0",
"version": "0.19.0",
"description": "Elegant powerful event system for handle global signals and states written in tiny TypeScript module.",

@@ -35,6 +35,6 @@ "keywords": [

"dependencies": {
"@alwatr/logger": "^0.18.0",
"tslib": "^2.3.1"
"@alwatr/logger": "^0.19.0",
"tslib": "^2.4.1"
},
"gitHead": "a6f75b381a758849b514ea0d59eec6a3b3444008"
"gitHead": "59e23eeaeee00f152daf5341b0ae66b7e9ac2a96"
}

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

import type { ListenerOptions, DispatchOptions, ListenerCallback, SignalProvider, SignalProviderOptions, ListenerObject, SignalObject } from './type';
import type { ListenerOptions, DispatchOptions, ListenerCallback, SignalProvider, SignalProviderOptions, ListenerObject, SignalObject } from './type.js';
/**

@@ -3,0 +3,0 @@ * Signal API interface as a remote controller.

import { createLogger } from '@alwatr/logger';
import { _getSignalObject, _removeSignalListener, _setSignalProvider, _dispatchSignal, _addSignalListener } from './core';
import { _getSignalObject, _removeSignalListener, _setSignalProvider, _dispatchSignal, _addSignalListener, } from './core.js';
/**

@@ -4,0 +4,0 @@ * Signal API interface as a remote controller.

Sorry, the diff of this file is not supported yet

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