@betaflight/msp
Advanced tools
Comparing version 0.1.1 to 0.2.0
{ | ||
"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 () => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
1132662
53
1515
1
8
1