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

@alwatr/router

Package Overview
Dependencies
Maintainers
1
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.1 to 2.0.2

6

CHANGELOG.md

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

## [2.0.2](https://github.com/Alwatr/fract/compare/@alwatr/router@2.0.1...@alwatr/router@2.0.2) (2023-12-19)
### Bug Fixes
* remove [@alwatr](https://github.com/alwatr) in definePackage ([42ea0d0](https://github.com/Alwatr/fract/commit/42ea0d05a9fccaa24d4e7357fae794ffa9755a1e)) by @njfamirm
## [2.0.1](https://github.com/Alwatr/fract/compare/@alwatr/router@2.0.0...@alwatr/router@2.0.1) (2023-11-15)

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

12

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

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

"dependencies": {
"@alwatr/logger": "^2.2.0",
"@alwatr/math": "^1.2.0",
"@alwatr/signal": "^2.0.3",
"@alwatr/logger": "^2.4.0",
"@alwatr/math": "^1.3.0",
"@alwatr/signal": "^2.0.4",
"tslib": "^2.6.2"
},
"devDependencies": {
"@alwatr/type": "^1.2.0"
"@alwatr/type": "^1.2.4"
},
"gitHead": "481d3c9fcd3aae4d4b7db80c64a9c24f9aab8ccd"
"gitHead": "f8d3b899ec0496d3e1e31e7b50a328b19a945ee3"
}
import { createLogger, definePackage } from '@alwatr/logger';
import { AlwatrObservable } from '@alwatr/signal/observable.js';
definePackage('@alwatr/router', '2.x');
definePackage('router', '2.x');
const documentBaseUrl = document.querySelector('base')?.href || '/';

@@ -5,0 +5,0 @@ export class AlwatrRouter extends AlwatrObservable {

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