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

@thoughtindustries/catalog

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thoughtindustries/catalog - npm Package Compare versions

Comparing version 1.1.6 to 1.2.0-beta.0

27

package.json
{
"name": "@thoughtindustries/catalog",
"version": "1.1.6",
"version": "1.2.0-beta.0",
"description": "A base component for catalog",

@@ -24,16 +24,21 @@ "author": "Lu Jiang <lu.jiang@thoughtindustries.com>",

"dependencies": {
"@apollo/client": "^3.5.4",
"@thoughtindustries/content": "^1.1.0-alpha.5",
"@thoughtindustries/header": "^1.0.0-alpha.9",
"@thoughtindustries/hooks": "^1.1.1",
"@thoughtindustries/pagination": "^1.1.1",
"@apollo/client": "^3.7.0",
"@thoughtindustries/content": "^1.2.0-beta.0",
"@thoughtindustries/header": "^1.1.0-beta.0",
"@thoughtindustries/hooks": "^1.2.0-beta.0",
"@thoughtindustries/pagination": "^1.2.0-beta.0",
"clsx": "^1.1.1",
"dayjs": "^1.10.8",
"graphql": "^16.3.0",
"i18next": "^21.5.2",
"react": "^17.0.2",
"react-i18next": "^11.14.2",
"graphql": "^16.6.0",
"i18next": "^21.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.18.6",
"use-debounce": "^7.0.1"
},
"gitHead": "d70ca1e5434ecf94cd1fd0053f9e251219fb1fcd"
"peerDependencies": {
"react": "^17 || ^18",
"react-dom": "^17 || ^18"
},
"gitHead": "fddaf49ad4684273c505a9d0e193bdf7fb839855"
}
import { CatalogParams } from '../../utilities/parse-catalog-data';
import { CatalogParsedURL, CatalogURLManager } from '../../utilities/manage-catalog-url';
import { ReactNode } from 'react';

@@ -17,2 +18,3 @@ export type CatalogContextType = {

config: CatalogProviderConfig;
children: ReactNode;
};

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