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.3 to 1.3.4

2

package.json
{
"name": "factoryx-commerce",
"version": "1.3.3",
"version": "1.3.4",
"description": "",

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

@@ -5,5 +5,7 @@ const fs = require('fs-extra')

const src = path.join(__dirname, '../api')
const dest = path.join(process.cwd(), 'src/app/api')
const moduleRoot = __dirname
const projectRoot = path.resolve(moduleRoot, '../../../../')
const dest = path.join(projectRoot, 'src/app/api')
fs.copySync(src, dest, { overwrite: true })
console.log('API directory has been copied to your Next.js project.')
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