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

aircode

Package Overview
Dependencies
Maintainers
5
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aircode

Aircode NodeJS SDK

  • 0.7.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

AirCode NodeJS SDK

  • AirCode NodeJS SDK is used in AirCode Application. It can provide users with database, files and other functions.

ChangeLog

SDK Development Guide

This guide will walk you through the entire process of SDK development, using the creation of a database API as an example.

  • Step 1: Confirm Requirements
    • Define product functionalities. Be careful with public releases as they are irreversible.
  • Step 2: Development
    • Start developing post requirement confirmation. Enable static checking for error prevention.
  • Step 3: Setup Local Environment(Optional)
    • Check thetests/chore-debug directory. If auth-file.json and endpoint.json are missing, create them in the same directory from Tools Repo
  • Step 4: Test Cases
    • Write and pass test cases for each new feature.
  • Step 5: Execute Tests
    • Run npm run test or npm run test:single ./tests/db.test.js to test your feature.
  • Step 6: Update Changelog and Version
    • Modify the changelog.md and update the version using npm version patch|minor|major.
  • Step 7: Create Pull Request
    • After completing and testing changes, create a pull request and await review.
  • Step 8: Draft New Release
    • Follow images 8.1 and 8.2 to create a new release. This auto-triggers all release actions.
    • 8.1 8.1
    • 8.2 8.2

FAQs

Package last updated on 13 Sep 2023

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