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

@betaflight/msp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@betaflight/msp - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

CHANGELOG.md

17

package.json
{
"name": "@betaflight/msp",
"version": "0.1.1",
"version": "0.2.0",
"description": "A MultiWii Serial Protocol library to connect and communicate with flight controllers",
"license": "MIT",
"author": "freshollie@gmail.com",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"typings": "./dist/cjs/index.d.ts",
"sideEffects": false,
"repository": "https://github.com/freshollie/fresh-configurator/tree/master/packages/msp",

@@ -23,4 +25,3 @@ "readme": "https://github.com/freshollie/fresh-configurator/tree/master/packages/msp#readme",

"scripts": {
"testscript": "ts-node -T test-script.ts",
"build": "rimraf dist && tsc -p tsconfig.build.json"
"testscript": "ts-node -T test-script.ts"
},

@@ -35,3 +36,5 @@ "dependencies": {

"@types/debug": "^4.1.5",
"@types/serialport": "^8.0.0",
"@types/serialport__binding-mock": "^8.0.0",
"@types/serialport__bindings": "^8.0.0",
"@types/serialport__stream": "^8.0.0",
"flush-promises": "^1.0.2",

@@ -41,3 +44,3 @@ "rimraf": "^3.0.2",

},
"gitHead": "bcf20665ffc8802907b3d5932de07084e9ecba60"
"gitHead": "37d7d212123ed5d806f8bf54a976f91886601693"
}

@@ -17,3 +17,3 @@ # `@betaflight/msp`

```typescript
import { ports, open, execute, close, bytesRead, bytesWritten, } from "@betaflight/msp";
import { ports, open, execute, close, bytesRead, bytesWritten } from "@betaflight/msp";

@@ -20,0 +20,0 @@ (async () => {

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