Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
jacdac-ts
Advanced tools
Jacdac is a plug-and-play hardware/software stack for microcontrollers and their peripherals (sensors/actuators), with applications to rapid prototyping, making, and physical computing.
This repository contains a TypeScript/JavaScript client library for the Jacdac protocol.
The rest of this page is for developers of the jacdac-ts library.
git clone https://github.com/microsoft/jacdac-ts
git submodule update --init --recursive
git pull
[sudo] npm install -g yarn
yarn install --frozen-lockfile
You are welcome to use any editor you want! Visual Studio Code provides seamless support for git sub-modules and is our preferred editor.
code .
jacdac
branch and select main
so that changes are automatically synchedTo have a watch developement,
yarn watch
otherwise to build all libraries
yarn dist
To regenerate the service definition JSON files from the .md
files in jacdac-spec,
run
yarn buildspecs
We use Mocha to run the unit test suite from /tests
. To execute the tests,
yarn test
Run the following command to detect linting issues
yarn lint
Run this command to rebuild the makecode packages
yarn buildpxt
Launch a small web server and
try all the tools under /tools/*
at http://localhost:8080/tools . These tools load the files under dist
so you'll want
to also run yarn watch
on the side.
yarn tools
These tools are also available on the GitHub pages of this repository:
Experimental...
The releases are automatically created by the build system based on the title of the commit:
patch:...
or fix:...
patchminor:...
or feature:...
minorThis project is hosted at https://github.com/microsoft/jacdac-ts. This project has adopted the Microsoft Open Source Code of Conduct.
Resources:
FAQs
JavaScript/TypeScript library to interact with Jacdac devices
The npm package jacdac-ts receives a total of 436 weekly downloads. As such, jacdac-ts popularity was classified as not popular.
We found that jacdac-ts demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.