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

xdn-framework-detector

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xdn-framework-detector

Detects the framework that a project is using by analyzing its dependencies.

  • 1.0.19-upload-assets-to-subaccounts.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-86.36%
Maintainers
1
Weekly downloads
 
Created
Source

xdn-framework-detector

Detects the framework that a project is using by analyzing its dependencies.

Adding frameworks

To add a framework, first add an entry to src/frameworks.js:

{
  name: 'Next.js', // the name of the framework - will be displayed to the user in the CLI output
  builder: 'xdn-next', // the xdn-* package used to build apps with that framework for the XDN
  command: 'xdn-next-build', // the bin command in the above package that needs to be run to build the app for deployment on the XDN
  dependency: 'next', // If this package is installed, we know we're using this framework
}

FAQs

Package last updated on 21 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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