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

@netlify/sdk

Package Overview
Dependencies
Maintainers
0
Versions
475
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netlify/sdk

SDK for developing extensions on Netlify.

  • 2.14.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
27K
decreased by-10.34%
Maintainers
0
Weekly downloads
 
Created
Source

Netlify SDK

SDK for developing extensions on Netlify.

Public Documentation

The documentation lives in https://sdk.netlify.com/docs. If you want to edit the documentation, you can do so in the docs folder in this monorepository.

Internal Documentation

Manifest.json

The manifest.json gets generated whenever the build command is run and can be found in the .ntli/site/static folder of an extension project. It is a JSON file that contains the metadata of the extension that has been created. It is used in the following ways:

  • The Netlify UI uses it to display the correct information about an extension
  • The Netlify UI uses it to determine whether the extension is a connector
  • The Netlify UI uses it to help the UI pass a header to Jigsaw with the correct API version
  • Netlify build services use it to determine whether the extension contains a build event handler

Please note, that the above may not be an exhaustive list of uses for the manifest.json.

FAQs

Package last updated on 12 Dec 2024

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