New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.0.9 to 2.0.0

dist/bundle.cjs

13

package.json
{
"name": "duml-packet",
"version": "1.0.9",
"version": "2.0.0",
"description": "For use when parsing and modifying DUML packets for DJI drones",
"exports": "./dist/bundle.js",
"exports": {
"import": "./dist/bundle.js",
"require": "./dist/bundle.cjs"
},
"bin": {

@@ -14,3 +17,3 @@ "dumlpacket": "./dist/cli.js"

"lint": "eslint . --ext .ts",
"prettier-format": "prettier --config .prettierrc .mocharc.json rollup.config.js package.json tsconfig.json ./src/**/*.ts --write",
"prettier-format": "prettier --config .prettierrc .mocharc.json rollup.config.js package.json tsconfig.json './src/**/*.ts' --write",
"cli": "ts-node dist/cli.js",

@@ -30,3 +33,5 @@ "test": "mocha",

"./dist/bundle.js",
"./dist/bundle.js.map"
"./dist/bundle.js.map",
"./dist/bundle.cjs",
"./dist/bundle.cjs.map"
],

@@ -33,0 +38,0 @@ "repository": {

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