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

haystack-react

Package Overview
Dependencies
Maintainers
16
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

haystack-react - npm Package Compare versions

Comparing version 3.0.14 to 3.0.15

2

dist/client.js

@@ -65,3 +65,3 @@ /*

export const ClientContext = createContext(new Client({
base: new URL(globalThis?.location.href || 'http://localhost'),
base: new URL(globalThis?.location?.href || 'http://localhost'),
}));

@@ -68,0 +68,0 @@ ClientContext.displayName = 'Client';

{
"name": "haystack-react",
"version": "3.0.14",
"version": "3.0.15",
"description": "Project Haystack utilities for building React applications",

@@ -5,0 +5,0 @@ "main": "dist/index",

@@ -135,3 +135,3 @@ /*

new Client({
base: new URL(globalThis?.location.href || 'http://localhost'),
base: new URL(globalThis?.location?.href || 'http://localhost'),
})

@@ -138,0 +138,0 @@ )

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