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

duml-packet

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

duml-packet - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

9

package.json
{
"name": "duml-packet",
"version": "2.0.0",
"version": "2.0.1",
"description": "For use when parsing and modifying DUML packets for DJI drones",

@@ -22,9 +22,5 @@ "exports": {

"test:coverage:html": "c8 --reporter=html --reporter=text mocha",
"package": "pkg . --output dumlpacket",
"prepublishOnly": "npm run build",
"postpublish": "rm -r dist"
},
"pkg": {
"scripts": "dist/**/*.js"
},
"files": [

@@ -57,3 +53,3 @@ "./dist/index.d.ts",

"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"c8": "^9.1.0",

@@ -65,3 +61,2 @@ "chai": "^5.0.0",

"mocha": "^10.2.0",
"pkg": "^5.8.1",
"prettier": "^3.0.3",

@@ -68,0 +63,0 @@ "rollup": "^4.9.6",

@@ -5,17 +5,6 @@ # DUML-Packet

## Usage outside of node
## Example output
You can build this using the `package` script like so;
```
# npm run package
> duml-packet@1.0.0 package
> pkg . --output dumlpacket
> pkg@5.8.0
> Targets not specified. Assuming:
node16-linux-x64
$ ./dumlpacket pretty-print 550E04662A28DE2F40004F0154c8
$ npm run cli --- pretty-print 550E04662A28DE2F40004F0154c8
Packet HEX(550e04662a28de2f40004f0154c8)

@@ -22,0 +11,0 @@ Valid CRC: true

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