New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@alwatr/router

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alwatr/router - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

6

CHANGELOG.md

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

## [2.0.4](https://github.com/Alwatr/fract/compare/@alwatr/router@2.0.3...@alwatr/router@2.0.4) (2024-1-31)
### Bug Fixes
* use [@alwatr](https://github.com/alwatr) scope in define package ([bb26d34](https://github.com/Alwatr/fract/commit/bb26d34d7c03b112e8ab1e3dabde88caab50d66b)) by @njfamirm
## [2.0.3](https://github.com/Alwatr/fract/compare/@alwatr/router@2.0.2...@alwatr/router@2.0.3) (2023-12-19)

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

6

package.json
{
"name": "@alwatr/router",
"version": "2.0.3",
"version": "2.0.4",
"description": "Elegant powerful router (fundamental advance browser page routing) based on the simplicity of the signals written in tiny TypeScript module.",

@@ -34,3 +34,3 @@ "keywords": [

"dependencies": {
"@alwatr/logger": "^2.4.1",
"@alwatr/logger": "^3.2.5",
"@alwatr/math": "^1.3.1",

@@ -43,3 +43,3 @@ "@alwatr/signal": "^2.0.5",

},
"gitHead": "339ae3cd08d5c91d4d08c3f5d75eaaf2d01e75b8"
"gitHead": "ae49df03a0ddbf3995c0220cc4d671599db60149"
}
import { createLogger, definePackage } from '@alwatr/logger';
import { AlwatrObservable } from '@alwatr/signal/observable.js';
definePackage('router', '2.x');
definePackage('@alwatr/router', '2.x');
const documentBaseUrl = document.querySelector('base')?.href || '/';

@@ -11,2 +11,3 @@ export class AlwatrRouter extends AlwatrObservable {

super({ name: 'alwatr_router' });
// @ts-expect-error - FIXME:
this._logger = createLogger('alwatr/router');

@@ -13,0 +14,0 @@ this._$popstateTrigger = false;

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