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

@amazeelabs/bridge-waku

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amazeelabs/bridge-waku - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

4

build/server.js
import { Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime";
import serverContext from 'server-only-context';
// @ts-ignore: Typing issue in server-only-context
// @ts-expect-error: Typing issue in server-only-context
const [getPath, setPath] = serverContext('/');
// @ts-ignore: Typing issue in server-only-context
// @ts-expect-error: Typing issue in server-only-context
const [getParams, setParams] = serverContext(new URLSearchParams());

@@ -7,0 +7,0 @@ export { createLinkComponent } from './link.js';

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

## [1.1.7](https://github.com/AmazeeLabs/silverback-mono/compare/@amazeelabs/bridge-waku@1.1.6...@amazeelabs/bridge-waku@1.1.7) (2024-11-25)
**Note:** Version bump only for package @amazeelabs/bridge-waku
## [1.1.6](https://github.com/AmazeeLabs/silverback-mono/compare/@amazeelabs/bridge-waku@1.1.5...@amazeelabs/bridge-waku@1.1.6) (2024-09-12)

@@ -8,0 +16,0 @@

{
"name": "@amazeelabs/bridge-waku",
"version": "1.1.6",
"version": "1.1.7",
"description": "Bridge implementation for waku.",

@@ -29,3 +29,3 @@ "private": false,

"build": "pnpm prep",
"test:static": "tsc --noEmit && eslint \"**/*.{ts,tsx,js,jsx}\" --ignore-path=\"./.gitignore\" --fix"
"test:static": "tsc --noEmit && eslint . --quiet"
},

@@ -41,8 +41,7 @@ "dependencies": {

"devDependencies": {
"@amazeelabs/bridge": "^1.5.17",
"@amazeelabs/eslint-config": "1.4.43",
"@amazeelabs/bridge": "^1.5.18",
"@amazeelabs/prettier-config": "1.1.3",
"@internal/eslint-config": "workspace:*",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "8.57.0",
"prettier": "3.2.5",

@@ -55,3 +54,3 @@ "typescript": "5.4.5",

"license": "ISC",
"gitHead": "4a2160d4c3e9298286af3eac50eabf06ff029abd"
"gitHead": "1026bfd6c0417a5c8aef9e2848826902a13f0fcb"
}
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