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

factoryx-commerce

Package Overview
Dependencies
Maintainers
1
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

factoryx-commerce - npm Package Compare versions

Comparing version 1.3.5 to 1.4.0

dist/cjs/hooks/useFetch.d.ts

6

package.json
{
"name": "factoryx-commerce",
"version": "1.3.5",
"version": "1.4.0",
"description": "",

@@ -25,2 +25,3 @@ "main": "./dist/cjs/index.js",

"peerDependencies": {
"next": "^14.2.4",
"react": ">=18"

@@ -68,2 +69,3 @@ },

"@types/jest": "^29.5.12",
"@types/next": "^9.0.0",
"@types/node": "^20.14.2",

@@ -96,4 +98,6 @@ "@types/react": "^18.3.3",

"dependencies": {
"@tanstack/react-query": "^5.45.0",
"axios": "^1.7.2",
"fs-extra": "^11.2.0"
}
}

2

src/api/cart/route.ts

@@ -1,2 +0,2 @@

import { axiosDelete, axiosGet, axiosPost, axiosPut } from '@/lib/axiosInstance'
import { axiosDelete, axiosGet, axiosPost, axiosPut } from 'factoryx-commerce/utils'
import { NextResponse } from 'next/server'

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

import { axiosDelete, axiosGet, axiosPost, axiosPut } from '@/lib/axiosInstance'
import { axiosDelete, axiosGet, axiosPost, axiosPut } from 'factoryx-commerce/utils'
import { NextResponse } from 'next/server'

@@ -3,0 +3,0 @@

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