New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.11 to 3.0.13

2

dist/client.js

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

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

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

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

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

"eslint-plugin-react": "^7.31.1",
"haystack-core": "^2.0.38",
"haystack-nclient": "^3.0.28",
"haystack-units": "^1.0.20",
"haystack-core": "^2.0.40",
"haystack-nclient": "^3.0.29",
"haystack-units": "^1.0.21",
"husky": "^8.0.1",

@@ -54,5 +54,5 @@ "lint-staged": "^13.0.3",

"peerDependencies": {
"haystack-core": "^2.0.38",
"haystack-nclient": "^3.0.28",
"haystack-units": "^1.0.20"
"haystack-core": "^2.0.40",
"haystack-nclient": "^3.0.29",
"haystack-units": "^1.0.21"
},

@@ -59,0 +59,0 @@ "husky": {

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

new Client({
base: new URL(window.location.href),
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