New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@carforyou/header-footer

Package Overview
Dependencies
Maintainers
2
Versions
377
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@carforyou/header-footer - npm Package Compare versions

Comparing version

to
8.1.0-deploy-branch-e2359d3c320de5dbacb748cbaed734208fef86d1.1

2

package.json
{
"name": "@carforyou/header-footer",
"description": "CAR FOR YOU Header / Footer",
"version": "8.0.1",
"version": "8.1.0-deploy-branch-e2359d3c320de5dbacb748cbaed734208fef86d1.1",
"license": "MIT",

@@ -6,0 +6,0 @@ "files": [

@@ -95,5 +95,16 @@ # CAR FOR YOU Header / Footer

```
npm run link -- <relative_path_to_project>
cd carforyou-header-footer-pkg
npm run build
cd carforyou-listings-web
npm link ../carforyou-header-footer-pkg/pkg
```
If this throws an [`Invalid hook call`](https://github.com/vercel/next.js/issues/9022) error when integrating with a next.js project, add the following to the webpack config:
```
config.resolve.alias["react"] = path.resolve(__dirname, "node_modules", "react")
config.resolve.alias["react-dom"] = path.resolve(__dirname, "node_modules", "react-dom")
```
## Release a new version

@@ -100,0 +111,0 @@